diff options
author | rh <rh> | 1999-11-27 21:57:11 +0000 |
---|---|---|
committer | rh <rh> | 1999-11-27 21:57:11 +0000 |
commit | 7ffb2db30be6d1e23f9479dc8158c4b5d06899a8 (patch) | |
tree | 15691f5b8bed9d15a07548144e5eb1d16be10588 /graphics/sane | |
parent | f93f2bd7cf3034fb7410bd5e339fd02ce53f3e63 (diff) | |
download | pkgsrc-7ffb2db30be6d1e23f9479dc8158c4b5d06899a8.tar.gz |
defuzz
Diffstat (limited to 'graphics/sane')
-rw-r--r-- | graphics/sane/files/patch-sum | 4 | ||||
-rw-r--r-- | graphics/sane/patches/patch-ab | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/graphics/sane/files/patch-sum b/graphics/sane/files/patch-sum index 9490778de61..a5cc19e24f2 100644 --- a/graphics/sane/files/patch-sum +++ b/graphics/sane/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.1 1999/07/09 13:51:11 agc Exp $ +$NetBSD: patch-sum,v 1.2 1999/11/27 22:27:37 rh Exp $ MD5 (patch-aa) = a98114db4f2cef1b570314cf950d729f -MD5 (patch-ab) = 9204600beeb70e3f23713467469e01f1 +MD5 (patch-ab) = 6684bff447363003e74ff05c4b43b1c4 diff --git a/graphics/sane/patches/patch-ab b/graphics/sane/patches/patch-ab index f84ff6239f1..26e69c09ebf 100644 --- a/graphics/sane/patches/patch-ab +++ b/graphics/sane/patches/patch-ab @@ -1,17 +1,17 @@ -$NetBSD: patch-ab,v 1.4 1998/11/28 20:59:58 frueauf Exp $ +$NetBSD: patch-ab,v 1.5 1999/11/27 22:27:38 rh Exp $ ---- configure.orig Sun Nov 22 05:04:59 1998 -+++ configure Sat Nov 28 12:09:07 1998 -@@ -1621,7 +1621,7 @@ +--- configure.orig Sat Apr 17 22:22:38 1999 ++++ configure Sat Nov 27 23:25:39 1999 +@@ -1622,7 +1622,7 @@ EOF - if { (eval echo configure:1623: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then + if { (eval echo configure:1624: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" + eval "ac_cv_lib_$ac_lib_var=no" else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 -@@ -3676,8 +3676,8 @@ +@@ -3680,8 +3680,8 @@ echo "disabling DC210 backend (failed to find JPEG library)" DC210= else |