mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
c3bd378e79
PR: ports/7656 Submitted by: Yukihiro Nakai <Nakai@technologist.com>
25 lines
679 B
Plaintext
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@"
|