summaryrefslogtreecommitdiff
path: root/graphics/pfstools/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pfstools/patches/patch-aa')
-rw-r--r--graphics/pfstools/patches/patch-aa24
1 files changed, 24 insertions, 0 deletions
diff --git a/graphics/pfstools/patches/patch-aa b/graphics/pfstools/patches/patch-aa
new file mode 100644
index 00000000000..b197e11d63d
--- /dev/null
+++ b/graphics/pfstools/patches/patch-aa
@@ -0,0 +1,24 @@
+$NetBSD: patch-aa,v 1.1.1.1 2009/01/18 12:46:39 obache Exp $
+
+Broken detection of header location of netpbm.
+Kill it and pass with CONFIGURE_ENV instead.
+
+--- configure.orig 2008-10-14 22:39:03.000000000 +0000
++++ configure
+@@ -19908,16 +19908,6 @@ fi
+
+ fi
+
+-if test "$ppm_support" = "yes"; then
+-
+- NETPBM_PPMH=`find /usr/include /usr/local/include/ $CPATH -name ppm.h`
+- if test -n "$NETPBM_PPMH"; then
+- NETPBM_CFLAGS="-I ${NETPBM_PPMH%%ppm.h}"
+- else
+- ppm_support="no"
+- fi
+-fi
+-
+ else
+ ppm_support="no"
+ fi