annotate src/gl2ps-1-fixes.patch @ 4339:07671a76e291

qhull: enable qhull when compiling for 64bit (Bug #50069) * src/default-octave.mk, src/octave.mk, src/stable-octave.mk: make qhull always a dependancy, remove --without-qhull
author John D
date Thu, 19 Jan 2017 07:43:05 -0500
parents 79b4fa46e4dd
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3324
79b4fa46e4dd Fix building of gl2ps so it doesn't spray files everywhere.
Rik <rik@octave.org>
parents:
diff changeset
1 --- gl2ps-1.3.8-source/CMakeLists.txt 2012-11-27 11:41:06.000000000 -0800
79b4fa46e4dd Fix building of gl2ps so it doesn't spray files everywhere.
Rik <rik@octave.org>
parents:
diff changeset
2 +++ gl2ps-1.3.8-mod/CMakeLists.txt 2013-11-14 07:53:29.478371844 -0800
79b4fa46e4dd Fix building of gl2ps so it doesn't spray files everywhere.
Rik <rik@octave.org>
parents:
diff changeset
3 @@ -125,11 +125,7 @@
79b4fa46e4dd Fix building of gl2ps so it doesn't spray files everywhere.
Rik <rik@octave.org>
parents:
diff changeset
4 install(TARGETS lib shared DESTINATION lib${LIB_SUFFIX})
79b4fa46e4dd Fix building of gl2ps so it doesn't spray files everywhere.
Rik <rik@octave.org>
parents:
diff changeset
5 endif(OPENGL_FOUND)
79b4fa46e4dd Fix building of gl2ps so it doesn't spray files everywhere.
Rik <rik@octave.org>
parents:
diff changeset
6
79b4fa46e4dd Fix building of gl2ps so it doesn't spray files everywhere.
Rik <rik@octave.org>
parents:
diff changeset
7 -if(WIN32)
79b4fa46e4dd Fix building of gl2ps so it doesn't spray files everywhere.
Rik <rik@octave.org>
parents:
diff changeset
8 - set(GL2PS_DOC .)
79b4fa46e4dd Fix building of gl2ps so it doesn't spray files everywhere.
Rik <rik@octave.org>
parents:
diff changeset
9 -else(WIN32)
79b4fa46e4dd Fix building of gl2ps so it doesn't spray files everywhere.
Rik <rik@octave.org>
parents:
diff changeset
10 - set(GL2PS_DOC share/doc/gl2ps)
79b4fa46e4dd Fix building of gl2ps so it doesn't spray files everywhere.
Rik <rik@octave.org>
parents:
diff changeset
11 -endif(WIN32)
79b4fa46e4dd Fix building of gl2ps so it doesn't spray files everywhere.
Rik <rik@octave.org>
parents:
diff changeset
12 +set(GL2PS_DOC share/doc/gl2ps)
79b4fa46e4dd Fix building of gl2ps so it doesn't spray files everywhere.
Rik <rik@octave.org>
parents:
diff changeset
13
79b4fa46e4dd Fix building of gl2ps so it doesn't spray files everywhere.
Rik <rik@octave.org>
parents:
diff changeset
14 install(FILES gl2ps.h DESTINATION include)
79b4fa46e4dd Fix building of gl2ps so it doesn't spray files everywhere.
Rik <rik@octave.org>
parents:
diff changeset
15 install(FILES ${CMAKE_SOURCE_DIR}/README.txt DESTINATION ${GL2PS_DOC})