1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/x11/libgnome/files/patch-ac
Vanilla I. Shu c3bd378e79 GNOME support libraries.
PR:		ports/7656
Submitted by:	Yukihiro Nakai <Nakai@technologist.com>
1998-09-06 06:34:19 +00:00

25 lines
679 B
Plaintext

--- gnome-config.in.orig Wed Aug 26 19:16:24 1998
+++ gnome-config.in Wed Aug 26 19:16:57 1998
@@ -36,7 +36,7 @@
glib (calls glib-config)
gnome
gnomeui
- gtk (calls gtk-config)
+ gtk11 (calls gtk11-config)
gtkxmhtml (only --libs)
zvt (only --libs)
@@ -92,9 +92,9 @@
the_libs="$the_libs `glib-config --libs`"
the_flags="$the_flags `glib-config --cflags`"
;;
- gtk)
- the_libs="$the_libs `gtk-config --libs`"
- the_flags="$the_flags `gtk-config --cflags`"
+ gtk11)
+ the_libs="$the_libs `gtk11-config --libs`"
+ the_flags="$the_flags `gtk11-config --cflags`"
;;
gnome)
the_libs="$the_libs @GNOME_LIBDIR@ @GNOME_LIBS@"