rrdtool: Don't add host include paths.
authorLars-Peter Clausen <lars@metafoo.de>
Fri, 19 Feb 2010 04:55:42 +0000 (04:55 +0000)
committerLars-Peter Clausen <lars@metafoo.de>
Fri, 19 Feb 2010 04:55:42 +0000 (04:55 +0000)
SVN-Revision: 19737

utils/rrdtool/patches/010-dont-add-host-include-paths.patch [new file with mode: 0644]

diff --git a/utils/rrdtool/patches/010-dont-add-host-include-paths.patch b/utils/rrdtool/patches/010-dont-add-host-include-paths.patch
new file mode 100644 (file)
index 0000000..3284877
--- /dev/null
@@ -0,0 +1,24 @@
+diff --git a/configure b/configure
+index d3ab0a5..ba60d52 100755
+--- a/configure
++++ b/configure
+@@ -26319,9 +26319,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+  ex_check_save_LIBS=${LIBS}
+  ex_check_save_CPPFLAGS=${CPPFLAGS}
+  ex_check_save_LDFLAGS=${LDFLAGS}
+- if test "x/usr/include/libart-2.0" != "x"; then
+-   CPPFLAGS="$CPPFLAGS -I/usr/include/libart-2.0"
+- fi
+   { echo "$as_me:$LINENO: checking for art_vpath_add_point in -lart_lgpl_2" >&5
+ echo $ECHO_N "checking for art_vpath_add_point in -lart_lgpl_2... $ECHO_C" >&6; }
+ if test "${ac_cv_lib_art_lgpl_2_art_vpath_add_point+set}" = set; then
+@@ -27915,9 +27912,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+  ex_check_save_LIBS=${LIBS}
+  ex_check_save_CPPFLAGS=${CPPFLAGS}
+  ex_check_save_LDFLAGS=${LDFLAGS}
+- if test "x/usr/include/freetype2" != "x"; then
+-   CPPFLAGS="$CPPFLAGS -I/usr/include/freetype2"
+- fi
+   { echo "$as_me:$LINENO: checking for FT_Init_FreeType in -lfreetype" >&5
+ echo $ECHO_N "checking for FT_Init_FreeType in -lfreetype... $ECHO_C" >&6; }
+ if test "${ac_cv_lib_freetype_FT_Init_FreeType+set}" = set; then