diff options
Diffstat (limited to 'graphics/xsane/patches')
-rw-r--r-- | graphics/xsane/patches/patch-aa | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/graphics/xsane/patches/patch-aa b/graphics/xsane/patches/patch-aa deleted file mode 100644 index b813fe35892..00000000000 --- a/graphics/xsane/patches/patch-aa +++ /dev/null @@ -1,30 +0,0 @@ -$NetBSD: patch-aa,v 1.7 2000/11/29 22:09:16 wiz Exp $ - ---- configure.orig Sun Nov 12 10:47:37 2000 -+++ configure -@@ -9,7 +9,7 @@ - - # Defaults: - ac_help= --ac_default_prefix=/usr/local -+ac_default_prefix=${PREFIX} - # Any additions from configure.in: - ac_help="$ac_help - --disable-gimp do not include GIMP plugin mode" -@@ -1356,7 +1356,6 @@ - fi - - --INCLUDES="${INCLUDES} -I/usr/local/include" - CPPFLAGS="${CPPFLAGS} -D_GNU_SOURCE" - if test "${ac_cv_prog_gcc}" = "yes"; then - CFLAGS="${CFLAGS} -Wall" -@@ -4587,7 +4586,7 @@ - # and all following checks (=sane) - # saved_CPPFLAGS is still up to date - if test -n "${x_includes}" ; then -- CPPFLAGS="${CPPFLAGS} -I${x_includes}" -+ CPPFLAGS="${CPPFLAGS} -I${x_includes} -I${LOCALBASE}/include" - fi - if test "${USE_PNG}" = "yes"; then - for ac_hdr in png.h |