1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/graphics/dia/files/patch-ad
Maxim Sobolev 006b931300 - Use USE_GNOMENG;
- fix on -current by renaming isspecial() inline into dia_isspecial();
- enable freetype support.
2002-07-12 12:05:25 +00:00

23 lines
532 B
Plaintext

$FreeBSD$
--- configure.orig Sat Jun 1 10:40:13 2002
+++ configure Fri Jul 12 13:52:26 2002
@@ -7118,6 +7118,7 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -7911,7 +7912,7 @@
OLDCPPFLAGS=$CPPFLAGS
-CPPFLAGS="$CPPFLAGS `glib-config --cflags`"
+CPPFLAGS="$CPPFLAGS `$GLIB_CONFIG --cflags`"
echo "$as_me:$LINENO: checking for nl_langinfo and CODESET" >&5