annotate src/gl2ps-1-fixes.patch @ 4043:b54e00ea56bc

of-fl-core: readd fl-core patch in dos mode * src/of-fl-core-1-fixes.patch: readd patch
author John Donoghue
date Fri, 02 Oct 2015 10:24:38 -0400
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})