diff options
author | danw <danw@pkgsrc.org> | 2000-05-02 18:48:35 +0000 |
---|---|---|
committer | danw <danw@pkgsrc.org> | 2000-05-02 18:48:35 +0000 |
commit | 82d9c1f1741f9147489baab354ae377f3c09d184 (patch) | |
tree | cdb2f7b799acdf24b452927949068991ee148919 /print/gnome-print | |
parent | 999c0cad3274d3d7885925f0147a66563927bef6 (diff) | |
download | pkgsrc-82d9c1f1741f9147489baab354ae377f3c09d184.tar.gz |
Remove patches to deal with two bugs involving configure's handling of
INSTALL which have both been worked around in bsd.pkg.mk now.
Diffstat (limited to 'print/gnome-print')
-rw-r--r-- | print/gnome-print/files/patch-sum | 4 | ||||
-rw-r--r-- | print/gnome-print/patches/patch-aa | 15 |
2 files changed, 3 insertions, 16 deletions
diff --git a/print/gnome-print/files/patch-sum b/print/gnome-print/files/patch-sum index ff2421d1011..35cf0fdc3e9 100644 --- a/print/gnome-print/files/patch-sum +++ b/print/gnome-print/files/patch-sum @@ -1,5 +1,5 @@ -$NetBSD: patch-sum,v 1.8 2000/04/16 15:07:43 rh Exp $ +$NetBSD: patch-sum,v 1.9 2000/05/02 18:48:42 danw Exp $ -MD5 (patch-aa) = 096585b540d98446cccab811db88169b +MD5 (patch-aa) = d48cd018fef0f640f06c5ddaac04a033 MD5 (patch-ab) = f9a4bccd8d151997db67845244471dd2 MD5 (patch-ac) = 65698ae5f9ed8d34846c2f2f154b35a1 diff --git a/print/gnome-print/patches/patch-aa b/print/gnome-print/patches/patch-aa index 9594ce780e9..74847935adb 100644 --- a/print/gnome-print/patches/patch-aa +++ b/print/gnome-print/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.5 2000/04/16 15:07:44 rh Exp $ +$NetBSD: patch-aa,v 1.6 2000/05/02 18:48:43 danw Exp $ --- configure.orig Thu Apr 13 02:52:06 2000 +++ configure Sun Apr 16 07:56:42 2000 @@ -21,16 +21,3 @@ $NetBSD: patch-aa,v 1.5 2000/04/16 15:07:44 rh Exp $ else echo "$ac_t""no" 1>&6 -@@ -5081,10 +5082,12 @@ - top_srcdir="$ac_dots$ac_given_srcdir" ;; - esac - -+if false; then - case "$ac_given_INSTALL" in - [/$]*) INSTALL="$ac_given_INSTALL" ;; - *) INSTALL="$ac_dots$ac_given_INSTALL" ;; - esac -+fi - - echo creating "$ac_file" - rm -f "$ac_file" |