diff options
Diffstat (limited to 'print/pfaedit/files/patch-configure.in')
-rw-r--r-- | print/pfaedit/files/patch-configure.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/print/pfaedit/files/patch-configure.in b/print/pfaedit/files/patch-configure.in new file mode 100644 index 000000000000..55c6597733d2 --- /dev/null +++ b/print/pfaedit/files/patch-configure.in @@ -0,0 +1,19 @@ +--- configure.in.orig Thu Dec 4 02:51:54 2003 ++++ configure.in Tue Jan 20 21:45:56 2004 +@@ -47,7 +47,6 @@ + + AC_SEARCH_LIBS(dlopen, dl) dnl some systems have this in libc (Darwin uses dyld) + AC_SEARCH_LIBS(inet_aton, resolv) dnl some systems have this in libc +-AC_SEARCH_LIBS(libiconv, iconv) dnl linux has iconv in libc, mac has libiconv in libiconv, and a define to map iconv() to libiconv(), so we can't do the obvious check + + dnl Is there a better way to add a directory to the include path? + +@@ -89,8 +88,6 @@ + AC_CHECK_LIB(jpeg, jpeg_CreateDecompress, : ,AC_DEFINE(_NO_LIBJPEG)) + AC_CHECK_LIB(tiff, TIFFOpen, : , AC_DEFINE(_NO_LIBTIFF), -lm ) + AC_CHECK_LIB(xml2, xmlParseFile, : , AC_DEFINE(_NO_LIBXML)) +- +-AC_CHECK_HEADERS([iconv.h]) + + gww_hasbytecode="no" + AC_ARG_WITH(freetype-bytecode, |