aboutsummaryrefslogtreecommitdiff
path: root/print/fontforge/files/patch-configure.static.in
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2004-05-15 15:49:17 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2004-05-15 15:49:17 +0000
commit6f316ce2e89f972a4f22e1b97e1dda5e9d58cefa (patch)
treefb8d61358190cc429db453d54fb9920ccfde716f /print/fontforge/files/patch-configure.static.in
parentea16706c62b542adc8f3b887256bf215bf914db6 (diff)
downloadports-6f316ce2e89f972a4f22e1b97e1dda5e9d58cefa.tar.gz
ports-6f316ce2e89f972a4f22e1b97e1dda5e9d58cefa.zip
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_10_0'.release/4.10.0
Notes
Notes: svn path=/head/; revision=109221 svn path=/tags/RELEASE_4_10_0/; revision=109222; tag=release/4.10.0
Diffstat (limited to 'print/fontforge/files/patch-configure.static.in')
-rw-r--r--print/fontforge/files/patch-configure.static.in19
1 files changed, 0 insertions, 19 deletions
diff --git a/print/fontforge/files/patch-configure.static.in b/print/fontforge/files/patch-configure.static.in
deleted file mode 100644
index ffd525fcb656..000000000000
--- a/print/fontforge/files/patch-configure.static.in
+++ /dev/null
@@ -1,19 +0,0 @@
---- 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, [