blob: b197e11d63d447d5245fe3d314a595b1b3905f1d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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
|