diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-05-01 09:55:48 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-05-01 09:55:48 +0000 |
commit | 0dceef07185c51a7d9096254f35b795095dd0407 (patch) | |
tree | bfeda2ed5de9bf39902d4a9da7c29a160f987ef8 /print/fontforge/files/patch-configure.dynamic.in | |
parent | 4496c392c0888821b33aa9cb999a9299758fb1db (diff) |
Notes
Diffstat (limited to 'print/fontforge/files/patch-configure.dynamic.in')
-rw-r--r-- | print/fontforge/files/patch-configure.dynamic.in | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/print/fontforge/files/patch-configure.dynamic.in b/print/fontforge/files/patch-configure.dynamic.in deleted file mode 100644 index 33e4e850b965..000000000000 --- a/print/fontforge/files/patch-configure.dynamic.in +++ /dev/null @@ -1,19 +0,0 @@ ---- configure.dynamic.in.orig Sat Dec 6 02:20:19 2003 -+++ configure.dynamic.in Wed Jan 21 09:51:24 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, |