summaryrefslogtreecommitdiffstats
path: root/libraries/gl2ps/gl2ps_libsuffix.patch
diff options
context:
space:
mode:
author Niels Horn <niels.horn@gmail.com>2011-09-03 09:17:20 -0400
committer Niels Horn <niels.horn@slackbuilds.org>2011-09-04 21:56:28 -0300
commitcff22125fb701c976fa17fd24a0da15b10327e3d (patch)
treea752dbd19135736180c95d4c41cb43dd19344b9f /libraries/gl2ps/gl2ps_libsuffix.patch
parent8b83601bf407fbc28fad4967e09d22c531d0b2d0 (diff)
downloadslackbuilds-cff22125fb701c976fa17fd24a0da15b10327e3d.tar.gz
slackbuilds-cff22125fb701c976fa17fd24a0da15b10327e3d.tar.xz
libraries/gl2ps: Added (OpenGL to PostScript printing library)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/gl2ps/gl2ps_libsuffix.patch')
-rw-r--r--libraries/gl2ps/gl2ps_libsuffix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/libraries/gl2ps/gl2ps_libsuffix.patch b/libraries/gl2ps/gl2ps_libsuffix.patch
new file mode 100644
index 0000000000..4758e5c7e6
--- /dev/null
+++ b/libraries/gl2ps/gl2ps_libsuffix.patch
@@ -0,0 +1,11 @@
+--- gl2ps-1.3.5-source/CMakeLists.txt 2009-10-16 16:14:07.000000000 -0300
++++ gl2ps-1.3.5-source_patched/CMakeLists.txt 2011-08-10 17:24:43.000000000 -0300
+@@ -113,7 +113,7 @@
+ set_target_properties(shared PROPERTIES COMPILE_FLAGS "-DGL2PSDLL -DGL2PSDLL_EXPORTS")
+ endif(MSVC)
+
+- install(TARGETS lib shared DESTINATION lib)
++ install(TARGETS lib shared DESTINATION lib${LIB_SUFFIX})
+ endif(OPENGL_FOUND)
+
+ if(WIN32)