1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/x11-toolkits/gtk12/files/patch-ab
Joe Marcus Clarke cd1489e639 Now that Glib 1.2 and GTK+ 1.2 are the only versions in the tree that use
the old xxx-config files, remove the "12" suffix.  This will allow people
building Glib and GTK+ ports by hand to do so without a lot of extra
hacking.  Since these ports are so heavily used, the xxx12-config files
aren't removed completely, but rather symlinked to their xxx-config
counterparts.

PR:		39417
2002-11-20 20:11:27 +00:00

20 lines
579 B
Plaintext

--- gtk-config.in.orig Sat Oct 21 18:20:40 2000
+++ gtk-config.in Tue Mar 6 10:11:59 2001
@@ -91,7 +91,7 @@
fi
if test "$echo_cflags" = "yes"; then
- echo -I@includedir@/gtk-1.2 $glib_cflags @x_cflags@
+ echo -I@includedir@ $glib_cflags @x_cflags@
fi
if test "$echo_libs" = "yes"; then
@@ -107,6 +107,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