aboutsummaryrefslogtreecommitdiffstats
path: root/x11/gnomelibs
diff options
context:
space:
mode:
authornakai <nakai@FreeBSD.org>1999-10-18 11:47:31 +0800
committernakai <nakai@FreeBSD.org>1999-10-18 11:47:31 +0800
commit688bd6e995c02d1900314cb60998de81bb54b453 (patch)
treed45d7a54392749ce013cd8ddba6d4abd523bd542 /x11/gnomelibs
parent2a7ef84d8fa96a4496d9525f26403b45f0d32d9a (diff)
downloadfreebsd-ports-gnome-688bd6e995c02d1900314cb60998de81bb54b453.tar.gz
freebsd-ports-gnome-688bd6e995c02d1900314cb60998de81bb54b453.tar.zst
freebsd-ports-gnome-688bd6e995c02d1900314cb60998de81bb54b453.zip
Fix to enable to refer gtk-config or glib-config from
gnome-config. Now 'gnome-config gtk --cflags' or so works.
Diffstat (limited to 'x11/gnomelibs')
-rw-r--r--x11/gnomelibs/files/patch-ac12
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/gnomelibs/files/patch-ac b/x11/gnomelibs/files/patch-ac
index 4e488e3a5659..5663f237f4e2 100644
--- a/x11/gnomelibs/files/patch-ac
+++ b/x11/gnomelibs/files/patch-ac
@@ -1,5 +1,5 @@
---- gnome-config.in.orig Fri Sep 10 13:25:18 1999
-+++ gnome-config.in Thu Sep 23 12:18:53 1999
+--- gnome-config.in.orig Sat Sep 11 03:25:18 1999
++++ gnome-config.in Mon Oct 18 11:43:01 1999
@@ -19,7 +19,7 @@
pkglibdir=${libdir}/@PACKAGE@
pkgincludedir=${includedir}/@PACKAGE@
@@ -37,14 +37,14 @@
glib)
- the_libs="$the_libs `glib-config --libs`"
- the_flags="$the_flags `glib-config --cflags`"
-+ the_libs="$the_libs `$GLIB_CONFIG --libs`"
-+ the_flags="$the_flags `$GLIB_CONFIG --cflags`"
++ the_libs="$the_libs `glib12-config --libs`"
++ the_flags="$the_flags `glib12-config --cflags`"
;;
gtk)
- the_libs="$the_libs `gtk-config --libs`"
- the_flags="$the_flags `gtk-config --cflags`"
-+ the_libs="$the_libs `$GTK_CONFIG --libs`"
-+ the_flags="$the_flags `$GTK_CONFIG --cflags`"
++ the_libs="$the_libs `gtk12-config --libs`"
++ the_flags="$the_flags `gtk12-config --cflags`"
;;
gnome)
the_libs="$the_libs @GNOME_LIBDIR@ @GNOME_LIBS@"