aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk12/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/gtk12/files/patch-ab')
-rw-r--r--x11-toolkits/gtk12/files/patch-ab11
1 files changed, 10 insertions, 1 deletions
diff --git a/x11-toolkits/gtk12/files/patch-ab b/x11-toolkits/gtk12/files/patch-ab
index 8bcd09e856f3..5daa432dc5b9 100644
--- a/x11-toolkits/gtk12/files/patch-ab
+++ b/x11-toolkits/gtk12/files/patch-ab
@@ -1,10 +1,19 @@
--- gtk-config.in.orig Thu Feb 4 17:06:44 1999
+++ gtk-config.in Wed Feb 17 21:22:48 1999
+@@ -12,7 +12,7 @@
+ usage()
+ {
+ cat <<EOF
+-Usage: gtk-config [OPTIONS] [LIBRARIES]
++Usage: gtk12-config [OPTIONS] [LIBRARIES]
+ Options:
+ [--prefix[=DIR]]
+ [--exec-prefix[=DIR]]
@@ -115,6 +115,6 @@
fi
done
- echo $libdirs @x_ldflags@ -lgtk -lgdk $my_glib_libs @INTLLIBS@ @x_libs@ @GDK_WLIBS@ -lm
-+ echo $libdirs @x_ldflags@ -lgtk11d -lgdk11d $my_glib_libs @INTLLIBS@ @x_libs@ @GDK_WLIBS@ -lm
++ echo $libdirs @x_ldflags@ -lgtk12 -lgdk12 $my_glib_libs @INTLLIBS@ @x_libs@ @GDK_WLIBS@ -lm
fi