summaryrefslogtreecommitdiff
path: root/graphics/xsane
diff options
context:
space:
mode:
authorveego <veego@pkgsrc.org>2000-10-26 21:33:04 +0000
committerveego <veego@pkgsrc.org>2000-10-26 21:33:04 +0000
commiteea3c22774fd36df29328300aea8f8da42b25476 (patch)
treed531ea25aceae8a282c8307e13904ff64dad2575 /graphics/xsane
parent7c43e00612a0155829b5d2a9374dfc311707c7a9 (diff)
downloadpkgsrc-eea3c22774fd36df29328300aea8f8da42b25476.tar.gz
Expand the last CPPFLAGS to also include ${LOCALBASE}/include and not only
x_include. Now, we find sane/sane.h if you use xpkgwedge. Maybe this should just use X11PREFIX, but there was allready a line which does the x_include and LOCALBASE one.
Diffstat (limited to 'graphics/xsane')
-rw-r--r--graphics/xsane/files/patch-sum4
-rw-r--r--graphics/xsane/patches/patch-aa4
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/xsane/files/patch-sum b/graphics/xsane/files/patch-sum
index b0c13968ff3..789bbaeef0a 100644
--- a/graphics/xsane/files/patch-sum
+++ b/graphics/xsane/files/patch-sum
@@ -1,3 +1,3 @@
-$NetBSD: patch-sum,v 1.7 2000/08/28 16:00:19 rh Exp $
+$NetBSD: patch-sum,v 1.8 2000/10/26 21:33:04 veego Exp $
-MD5 (patch-aa) = 470319e5e948f5c75a583cbb9a05a79e
+MD5 (patch-aa) = 386eaeefe17552582ce95ce7990733d1
diff --git a/graphics/xsane/patches/patch-aa b/graphics/xsane/patches/patch-aa
index 044ea2b8195..a8a3f9ffda2 100644
--- a/graphics/xsane/patches/patch-aa
+++ b/graphics/xsane/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.5 2000/08/28 16:00:19 rh Exp $
+$NetBSD: patch-aa,v 1.6 2000/10/26 21:33:05 veego Exp $
--- configure.orig Thu Jul 27 14:59:24 2000
+++ configure
@@ -32,7 +32,7 @@ $NetBSD: patch-aa,v 1.5 2000/08/28 16:00:19 rh Exp $
# check must stand at end of list because of the missing libintl in libsane.so
# check needs x_libraries and x_includes because they may be needed by png
if test "${ADD_LIBINTL}" = "no"; then
-+ CPPFLAGS="${CPPFLAGS} -I${x_includes}"
++ CPPFLAGS="${CPPFLAGS} -I${x_includes} -I${LOCALBASE}/include"
for ac_hdr in sane/sane.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`