summaryrefslogtreecommitdiff
path: root/print/pfaedit/files/patch-configure.static.in
diff options
context:
space:
mode:
Diffstat (limited to 'print/pfaedit/files/patch-configure.static.in')
-rw-r--r--print/pfaedit/files/patch-configure.static.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/print/pfaedit/files/patch-configure.static.in b/print/pfaedit/files/patch-configure.static.in
new file mode 100644
index 000000000000..ffd525fcb656
--- /dev/null
+++ b/print/pfaedit/files/patch-configure.static.in
@@ -0,0 +1,19 @@
+--- configure.static.in.orig Thu Dec 4 02:51:54 2003
++++ configure.static.in Wed Jan 21 09:50:26 2004
+@@ -33,7 +33,6 @@
+
+ AC_SEARCH_LIBS(dlopen, dl) dnl some systems have this in libc
+ 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?
+
+@@ -75,8 +74,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_CHECK_LIB(freetype, FT_New_Memory_Face, [