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 /graphics/xsane | |
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 'graphics/xsane')
-rw-r--r-- | graphics/xsane/files/patch-sum | 4 | ||||
-rw-r--r-- | graphics/xsane/patches/patch-aa | 15 |
2 files changed, 3 insertions, 16 deletions
diff --git a/graphics/xsane/files/patch-sum b/graphics/xsane/files/patch-sum index 7ff38165602..f95bb2e6e60 100644 --- a/graphics/xsane/files/patch-sum +++ b/graphics/xsane/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.5 2000/01/06 13:48:11 rh Exp $ +$NetBSD: patch-sum,v 1.6 2000/05/02 18:48:40 danw Exp $ -MD5 (patch-aa) = d9ded3d2665d4cdb2976d211bff15a6a +MD5 (patch-aa) = 25ffddb17d5a34043c5626ac58adf882 MD5 (patch-ab) = d180e1bee83c3ec706effb9901113fb0 diff --git a/graphics/xsane/patches/patch-aa b/graphics/xsane/patches/patch-aa index 0a972b2b4cc..93523ee3db7 100644 --- a/graphics/xsane/patches/patch-aa +++ b/graphics/xsane/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.3 1999/11/11 14:02:09 rh Exp $ +$NetBSD: patch-aa,v 1.4 2000/05/02 18:48:41 danw Exp $ --- configure.orig Wed Nov 3 19:39:12 1999 +++ configure Thu Nov 11 12:36:07 1999 @@ -28,16 +28,3 @@ $NetBSD: patch-aa,v 1.3 1999/11/11 14:02:09 rh Exp $ for ac_hdr in sane/sane.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` -@@ -5328,10 +5329,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" |