1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/x11-toolkits/gtk12/files/patch-ab
Steve Price f888af4cee Update to version 1.2.3.
PR:		11842
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-05-29 03:49:46 +00:00

20 lines
552 B
Plaintext

--- 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: gtk@LT_RELEASE@-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@ -lgtk@LT_RELEASE@ -lgdk@LT_RELEASE@ $my_glib_libs @INTLLIBS@ @x_libs@ @GDK_WLIBS@ -lm
fi