mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
f888af4cee
PR: 11842 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
20 lines
552 B
Plaintext
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
|
|
|