summaryrefslogtreecommitdiff
path: root/graphics/sane
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-10-25 21:25:48 +0000
committerfrueauf <frueauf>1998-10-25 21:25:48 +0000
commit38045e8b3265b900475e44ce278401c9c174d728 (patch)
treea784753421b2c135f9bc934ff7ab644e3ea3e963 /graphics/sane
parentabdcd4a686ee27db0d4c1bb56680945decb2d084 (diff)
downloadpkgsrc-38045e8b3265b900475e44ce278401c9c174d728.tar.gz
Make sure that HAVE_SCSIREQ_ENTER gets not defined even if libscsi is
installed and thus not need to depend on it. Fix provided by Rene Hexel, which also closes his pr 6316.
Diffstat (limited to 'graphics/sane')
-rw-r--r--graphics/sane/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/sane/patches/patch-ab b/graphics/sane/patches/patch-ab
new file mode 100644
index 00000000000..9a1b28fdc20
--- /dev/null
+++ b/graphics/sane/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.3 1998/10/25 21:25:48 frueauf Exp $
+
+--- configure-orig Tue Jul 28 07:28:14 1998
++++ configure Sun Oct 25 22:14:03 1998
+@@ -1620,7 +1620,7 @@
+ EOF
+ if { (eval echo configure:1622: \"$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