]> git.pld-linux.org Git - packages/gts.git/commitdiff
- fix for library searching on 64bit arch.
authorcieciwa <cieciwa@pld-linux.org>
Fri, 8 Sep 2006 21:40:57 +0000 (21:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gts-lib64-gts-config.in.patch -> 1.1

gts-lib64-gts-config.in.patch [new file with mode: 0644]

diff --git a/gts-lib64-gts-config.in.patch b/gts-lib64-gts-config.in.patch
new file mode 100644 (file)
index 0000000..b562b1a
--- /dev/null
@@ -0,0 +1,11 @@
+--- gts-0.7.6/src/gts-config.in.org    2005-01-19 04:47:06.000000000 +0000
++++ gts-0.7.6/src/gts-config.in        2006-09-08 23:29:27.000000000 +0000
+@@ -128,7 +128,7 @@
+       if test "$lib_gthread" = "yes"; then
+           glib_libs="$glib_libs $glib_thread_libs"
+       fi
+-      glib_libs="-L${exec_prefix}/lib -lgts $glib_libs -lm"
++      glib_libs="-L${exec_prefix}/lib64 -lgts $glib_libs -lm"
+       glib_libs=`uniquify "$glib_libs"`
+       echo $glib_libs
+ fi
This page took 0.197747 seconds and 4 git commands to generate.