summaryrefslogtreecommitdiffstats
path: root/x11-libs/gtk+/files/gtk+-1.2.10-mdk-libdir.patch
blob: b32cbdb6b25bad00eb6f3cf9b522ce7518ade383 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- gtk+-1.2.10/gtk-config.in.libdir	2002-06-17 18:07:31.000000000 +0200
+++ gtk+-1.2.10/gtk-config.in	2002-06-17 18:07:50.000000000 +0200
@@ -96,7 +96,7 @@
 
 if test "$echo_libs" = "yes"; then
       my_glib_libs=
-      libdirs=-L@libdir@
+      libdirs=
       for i in $glib_libs ; do
         if test $i != -L@libdir@ ; then
           if test -z "$my_glib_libs" ; then