diff options
author | veego <veego> | 2000-10-26 21:33:04 +0000 |
---|---|---|
committer | veego <veego> | 2000-10-26 21:33:04 +0000 |
commit | 2c609ee7904b8e178929b6852f483947590f6f7f (patch) | |
tree | d531ea25aceae8a282c8307e13904ff64dad2575 /graphics | |
parent | a937de8f28c158037004b6629edeb7150116e5ae (diff) | |
download | pkgsrc-2c609ee7904b8e178929b6852f483947590f6f7f.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')
-rw-r--r-- | graphics/xsane/files/patch-sum | 4 | ||||
-rw-r--r-- | graphics/xsane/patches/patch-aa | 4 |
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_%'` |