diff options
author | wiz <wiz@pkgsrc.org> | 2002-09-26 18:39:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-09-26 18:39:41 +0000 |
commit | 091d48fddfe56c23151733747495a381cc7b6bc0 (patch) | |
tree | 9a42c451eae31f7cc0590f846b2e921558e72d38 /print | |
parent | fe8c5210e6b2f80e4fd8e747f80b5a138e130a1b (diff) | |
download | pkgsrc-091d48fddfe56c23151733747495a381cc7b6bc0.tar.gz |
Remove patch that is not necessary any longer with buildlink2.
Diffstat (limited to 'print')
-rw-r--r-- | print/gnome-print/distinfo | 3 | ||||
-rw-r--r-- | print/gnome-print/patches/patch-aa | 48 |
2 files changed, 1 insertions, 50 deletions
diff --git a/print/gnome-print/distinfo b/print/gnome-print/distinfo index 1d253f0477f..21d9ce5c449 100644 --- a/print/gnome-print/distinfo +++ b/print/gnome-print/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.6 2002/08/26 19:39:30 mjl Exp $ +$NetBSD: distinfo,v 1.7 2002/09/26 18:39:41 wiz Exp $ SHA1 (gnome-print-0.36.tar.gz) = a1b2ada6b8ce432731233607ac2e3567ccae675e Size (gnome-print-0.36.tar.gz) = 1003090 bytes -SHA1 (patch-aa) = 3565dad38a67e5e684f05a9608bb8daed7cdcccf SHA1 (patch-ac) = 8a9e69c00e4c9440d7a57d86c3ee28d914a9f3ce 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 |