diff options
author | jlam <jlam@pkgsrc.org> | 2002-04-09 20:44:24 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-04-09 20:44:24 +0000 |
commit | 1047d01f95b6e566629cce6b7ea5be8664f1ada4 (patch) | |
tree | c191c456a9108f261831bad3c09ab7efecf9d015 /sysutils/gnome-vfs/patches | |
parent | 7d0a32cc4575777a681d04b2acf709b161dc0445 (diff) | |
download | pkgsrc-1047d01f95b6e566629cce6b7ea5be8664f1ada4.tar.gz |
After bothering to set GNOME_CONFIG and ORBIT_CONFIG to the paths to the
respective pkgconfig-style scripts, we should actually use them instead of
directly invoking "gnome-config" or "orbit-config". This will allow us to
properly buildlinkify this package.
Diffstat (limited to 'sysutils/gnome-vfs/patches')
-rw-r--r-- | sysutils/gnome-vfs/patches/patch-ag | 60 |
1 files changed, 58 insertions, 2 deletions
diff --git a/sysutils/gnome-vfs/patches/patch-ag b/sysutils/gnome-vfs/patches/patch-ag index f415ee33513..cf59e689f19 100644 --- a/sysutils/gnome-vfs/patches/patch-ag +++ b/sysutils/gnome-vfs/patches/patch-ag @@ -1,7 +1,63 @@ -$NetBSD: patch-ag,v 1.4 2002/03/24 19:59:39 rh Exp $ +$NetBSD: patch-ag,v 1.5 2002/04/09 20:44:25 jlam Exp $ ---- configure.orig Fri Oct 12 18:35:44 2001 +--- configure.orig Fri Oct 12 04:35:44 2001 +++ configure +@@ -5591,8 +5591,8 @@ + fi + if test x$gnome_cv_orbit_found = xyes; then + +- ORBIT_CFLAGS=`orbit-config --cflags client server` +- ORBIT_LIBS=`orbit-config --use-service=name --libs client server` ++ ORBIT_CFLAGS=`$ORBIT_CONFIG --cflags client server` ++ ORBIT_LIBS=`$ORBIT_CONFIG --use-service=name --libs client server` + + + else +@@ -5609,8 +5609,8 @@ + + gnome_cv_gnorba_found=no + if test x$gnome_cv_orbit_found = xyes; then +- GNORBA_CFLAGS="`gnome-config --cflags gnorba gnomeui`" +- GNORBA_LIBS="`gnome-config --libs gnorba gnomeui`" ++ GNORBA_CFLAGS="`$GNOME_CONFIG --cflags gnorba gnomeui`" ++ GNORBA_LIBS="`$GNOME_CONFIG --libs gnorba gnomeui`" + if test -n "$GNORBA_LIBS"; then + gnome_cv_gnorba_found=yes + fi +@@ -5630,8 +5630,8 @@ + fi + if test x$gnome_cv_orbit_found = xyes; then + +- GNORBA_CFLAGS="`gnome-config --cflags gnorba gnomeui`" +- GNORBA_LIBS="`gnome-config --libs gnorba gnomeui`" ++ GNORBA_CFLAGS="`$GNOME_CONFIG --cflags gnorba gnomeui`" ++ GNORBA_LIBS="`$GNOME_CONFIG --libs gnorba gnomeui`" + + + else +@@ -5709,14 +5709,14 @@ + fi + + +-VFS_GNOME_CFLAGS="`gnome-config --cflags gnome`" +-VFS_GNOMEUI_CFLAGS="`gnome-config --cflags gnome gnomeui`" +-VFS_GNOMEGNORBA_CFLAGS="`gnome-config --cflags gnome gnomeui gnorba`" +-VFS_CAPPLET_CFLAGS="`gnome-config --cflags gnome gnomeui capplet`" +-VFS_GNOME_LIBS="`gnome-config --libs gnome`" +-VFS_GNOMEUI_LIBS="`gnome-config --libs gnome gnomeui`" +-VFS_GNOMEGNORBA_LIBS="`gnome-config --libs gnome gnomeui gnorba`" +-VFS_CAPPLET_LIBS="`gnome-config --libs gnome gnomeui capplet`" ++VFS_GNOME_CFLAGS="`$GNOME_CONFIG --cflags gnome`" ++VFS_GNOMEUI_CFLAGS="`$GNOME_CONFIG --cflags gnome gnomeui`" ++VFS_GNOMEGNORBA_CFLAGS="`$GNOME_CONFIG --cflags gnome gnomeui gnorba`" ++VFS_CAPPLET_CFLAGS="`$GNOME_CONFIG --cflags gnome gnomeui capplet`" ++VFS_GNOME_LIBS="`$GNOME_CONFIG --libs gnome`" ++VFS_GNOMEUI_LIBS="`$GNOME_CONFIG --libs gnome gnomeui`" ++VFS_GNOMEGNORBA_LIBS="`$GNOME_CONFIG --libs gnome gnomeui gnorba`" ++VFS_CAPPLET_LIBS="`$GNOME_CONFIG --libs gnome gnomeui capplet`" + VFS_GLIB_CONFIG="glib-config" + + @@ -10210,7 +10210,6 @@ data/Makefile data/mime/Makefile |