diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2015-01-04 15:48:25 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2015-01-04 15:48:25 +0000 |
commit | af1db7c657e07da703809477cfb3565f2ea6278d (patch) | |
tree | 72ea1e07a31df8e62d5c119dbe0671a9331e5629 /print/fontforge/files/patch-configure.ac | |
parent | Fix build with DOCS (diff) |
- Update to upstream version 20141126
- Remove OPTIONS MULTILAYER, PLUGINS and PANGO
- Simplify Makefile
PR: 196300
Submitted by: cyberbotx@cyberbotx.com (maintainer)
Notes
Notes:
svn path=/head/; revision=376240
Diffstat (limited to 'print/fontforge/files/patch-configure.ac')
-rw-r--r-- | print/fontforge/files/patch-configure.ac | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/print/fontforge/files/patch-configure.ac b/print/fontforge/files/patch-configure.ac new file mode 100644 index 000000000000..04885a8508c1 --- /dev/null +++ b/print/fontforge/files/patch-configure.ac @@ -0,0 +1,28 @@ +--- configure.ac.orig 2014-11-27 00:40:08 UTC ++++ configure.ac +@@ -327,9 +327,6 @@ dnl AC_SEARCH_LIBS([dlopen], [dl dld]) + + FONTFORGE_CONFIG_X_LIBRARIES + +-# zlib is a requirement. It is too commonly available to bother +-# leaving out. +-PKG_CHECK_MODULES([ZLIB],[zlib]) + PKG_CHECK_MODULES([GLIB],[glib-2.0 >= 2.6 gio-2.0]) + + if test x"${i_do_have_gui}" = xyes; then +@@ -549,7 +546,6 @@ if test x"${i_do_have_freetype_debugger} + my_cflags="${my_cflags} -I${FREETYPE_SOURCE}/include" + my_cflags="${my_cflags} -I${FREETYPE_SOURCE}/include/freetype" + fi +-my_cflags="${my_cflags} ${ZLIB_CFLAGS}" + my_cflags="${my_cflags} ${GLIB_CFLAGS}" + my_cflags="${my_cflags} ${CAIRO_CFLAGS}" + my_cflags="${my_cflags} ${PANGO_CFLAGS}" +@@ -590,7 +586,6 @@ test x"${i_do_have_libspiro}" = xyes && + my_libs="${my_libs} ${LIBSPIRO_LIBS}" + my_libs="${my_libs} ${FREETYPE_LIBS}" + my_libs="${my_libs} ${PTHREAD_LIBS}" +-my_libs="${my_libs} ${ZLIB_LIBS}" + my_libs="${my_libs} ${GLIB_LIBS}" + my_libs="${my_libs} ${LIBXML_LIBS}" + AC_SUBST([MY_LIBS],[${my_libs}]) |