view src/gl2ps-1-fixes.patch @ 3780:d638b6502197

of-sockets: update to 1.2.0 * build_packages.m: update sockets version to 1.2.0 * dist-files.mk: remove of-sockets-1-fixes.patch * src/of-sockets-1-fixes.patch: removed file * src/of-sockets.mk: update version, checksum
author John Donoghue <john.donoghue@ieee.org>
date Sun, 01 Feb 2015 20:03:55 -0500
parents 79b4fa46e4dd
children
line wrap: on
line source

--- gl2ps-1.3.8-source/CMakeLists.txt	2012-11-27 11:41:06.000000000 -0800
+++ gl2ps-1.3.8-mod/CMakeLists.txt	2013-11-14 07:53:29.478371844 -0800
@@ -125,11 +125,7 @@
   install(TARGETS lib shared DESTINATION lib${LIB_SUFFIX})
 endif(OPENGL_FOUND)
 
-if(WIN32)
-  set(GL2PS_DOC .)
-else(WIN32)
-  set(GL2PS_DOC share/doc/gl2ps)
-endif(WIN32)
+set(GL2PS_DOC share/doc/gl2ps)
 
 install(FILES gl2ps.h DESTINATION include)
 install(FILES ${CMAKE_SOURCE_DIR}/README.txt DESTINATION ${GL2PS_DOC})