]> git.pld-linux.org Git - packages/fontforge.git/blob - fontforge-iconv-in-libc.patch
- s/libungif/giflib/ in deps
[packages/fontforge.git] / fontforge-iconv-in-libc.patch
1 --- fontforge-20050310/configure.in.orig        2005-04-30 16:46:12.479221200 +0200
2 +++ fontforge-20050310/configure.in     2005-04-30 17:02:34.048000064 +0200
3 @@ -76,7 +76,7 @@
4  AC_SEARCH_LIBS(dlopen, dl) dnl some systems have this in libc (Darwin uses dyld)
5  AC_SEARCH_LIBS(inet_aton, resolv) dnl some systems have this in libc
6  if test "$gww_uselessiconv" = "no" ; then
7 - AC_SEARCH_LIBS(libiconv, iconv) dnl linux has iconv in libc, mac,solaris have libiconv in libiconv, and a define to map iconv() to libiconv(), so we can't do the obvious check
8 + AC_SEARCH_LIBS(iconv, iconv) dnl linux has iconv in libc, mac,solaris have libiconv in libiconv, and a define to map iconv() to libiconv(), so we can't do the obvious check
9  fi
10  
11  dnl Is there a better way to add a directory to the include path?
This page took 0.1179 seconds and 3 git commands to generate.