summaryrefslogtreecommitdiff
path: root/libraries/gl2ps/gl2ps_libsuffix.patch
diff options
context:
space:
mode:
authorNiels Horn <niels.horn@gmail.com>2012-09-14 11:48:15 -0300
committerRobby Workman <rworkman@slackbuilds.org>2012-09-14 16:37:55 -0500
commiteef727303c8e4a5eb00da759f45c5f0b8410c1b5 (patch)
tree8e40d26cc7fcbc1736549ed8ce4b5cd9ba487c37 /libraries/gl2ps/gl2ps_libsuffix.patch
parent3304ef3ce27e81028205ff52ce638bdf356a176b (diff)
downloadslackbuilds-eef727303c8e4a5eb00da759f45c5f0b8410c1b5.tar.gz
libraries/gl2ps: Updated for version 1.3.7 (+gcc-4.7 fix)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/gl2ps/gl2ps_libsuffix.patch')
-rw-r--r--libraries/gl2ps/gl2ps_libsuffix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/libraries/gl2ps/gl2ps_libsuffix.patch b/libraries/gl2ps/gl2ps_libsuffix.patch
deleted file mode 100644
index 4758e5c7e6..0000000000
--- a/libraries/gl2ps/gl2ps_libsuffix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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)