mirror of
https://git.freebsd.org/ports.git
synced 2025-07-09 13:29:24 -04:00
- SVG support requires X11 support, so mark as IGNORE if WITHOUT_X11 is defined [2] - Correct set CPPFLAGS for fontconfig, librsvg, and graphviz [3] PR: ports/109862 [2], ports/110141[3] Submitted by: rafan [1], chinsan [2], Maxim Samsonov <xors at mne.ru> [3] Approved by: shuan
37 lines
902 B
Text
37 lines
902 B
Text
--- configure.orig Tue Apr 3 21:30:12 2007
|
|
+++ configure Tue Apr 3 21:31:01 2007
|
|
@@ -18904,6 +18904,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'
|
|
@@ -34622,7 +34623,7 @@
|
|
#define HasFONTCONFIG 1
|
|
_ACEOF
|
|
|
|
- if test "$with_modules" == 'no' ; then
|
|
+ if test "$with_modules" = 'no' ; then
|
|
CPPFLAGS="$FONTCONFIG_CFLAGS $CPPFLAGS"
|
|
fi
|
|
fi
|
|
@@ -36794,7 +36795,7 @@
|
|
#define HasGVC 1
|
|
_ACEOF
|
|
|
|
- if test "$with_modules" == 'no' ; then
|
|
+ if test "$with_modules" = 'no' ; then
|
|
CPPFLAGS="$GVC_CFLAGS $CPPFLAGS"
|
|
fi
|
|
fi
|
|
@@ -37337,7 +37338,7 @@
|
|
#define HasRSVG 1
|
|
_ACEOF
|
|
|
|
- if test "$with_modules" == 'no' ; then
|
|
+ if test "$with_modules" = 'no' ; then
|
|
CPPFLAGS="$RSVG_CFLAGS $CPPFLAGS"
|
|
fi
|
|
fi
|