aboutsummaryrefslogtreecommitdiff
path: root/print/fontforge/files/patch-configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'print/fontforge/files/patch-configure.in')
-rw-r--r--print/fontforge/files/patch-configure.in19
1 files changed, 0 insertions, 19 deletions
diff --git a/print/fontforge/files/patch-configure.in b/print/fontforge/files/patch-configure.in
deleted file mode 100644
index 55c6597733d2..000000000000
--- a/print/fontforge/files/patch-configure.in
+++ /dev/null
@@ -1,19 +0,0 @@
---- 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,