summaryrefslogtreecommitdiff
path: root/print/gnome-print/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'print/gnome-print/patches/patch-aa')
-rw-r--r--print/gnome-print/patches/patch-aa48
1 files changed, 0 insertions, 48 deletions
diff --git a/print/gnome-print/patches/patch-aa b/print/gnome-print/patches/patch-aa
deleted file mode 100644
index a4785015dd2..00000000000
--- a/print/gnome-print/patches/patch-aa
+++ /dev/null
@@ -1,48 +0,0 @@
-$NetBSD: patch-aa,v 1.14 2002/08/26 19:39:30 mjl Exp $
-
---- configure.orig Sun Jun 2 18:44:20 2002
-+++ configure Sun Jun 9 00:30:57 2002
-@@ -5674,8 +5674,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
-@@ -5692,8 +5692,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
-@@ -5713,8 +5713,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
-@@ -8718,8 +8718,8 @@
-
- echo $ac_n "checking for Glade libraries >= 0.13""... $ac_c" 1>&6
- echo "configure:8721: checking for Glade libraries >= 0.13" >&5
-- if gnome-config --libs libglade > /dev/null 2>&1; then
-- vers=`gnome-config --modversion libglade | awk 'BEGIN { FS = "."; } { print $1 * 1000 + $2;}'`
-+ if $GNOME_CONFIG --libs libglade > /dev/null 2>&1; then
-+ vers=`$GNOME_CONFIG --modversion libglade | awk 'BEGIN { FS = "."; } { print $1 * 1000 + $2;}'`
- if test "$vers" -ge 13; then
- echo "$ac_t""found" 1>&6
- else