diff options
author | obache <obache@pkgsrc.org> | 2009-01-18 12:46:39 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-01-18 12:46:39 +0000 |
commit | ea5852368a62257436d5b8d28375f3164f9fecbb (patch) | |
tree | 460a9ac74637b85346c2dd35f1556cb1d6c3752f /graphics/pfstools/patches/patch-aa | |
parent | cc21e2178f8e106a393d923e21f5b47920bab246 (diff) | |
download | pkgsrc-ea5852368a62257436d5b8d28375f3164f9fecbb.tar.gz |
Import pfstools-1.7.0 as graphics/pfstools.
Based on PR 39437 by Thomas Zander.
A set of command line tools for reading, writing, manipulating
and viewing high-dynamic range (HDR) images and video frames.
Diffstat (limited to 'graphics/pfstools/patches/patch-aa')
-rw-r--r-- | graphics/pfstools/patches/patch-aa | 24 |
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 |