diff options
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/xfe/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-fm/xfe/files/patch-configure b/x11-fm/xfe/files/patch-configure new file mode 100644 index 000000000000..a5ddcef82e68 --- /dev/null +++ b/x11-fm/xfe/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2015-10-21 16:59:07.344253000 +0200 ++++ configure 2015-10-21 16:59:18.245643000 +0200 +@@ -14940,7 +14940,7 @@ + LIBS="$LIBS $freetype_libs" + CPPFLAGS="$freetype_cflags $CPPFLAGS" + fi +- ac_fn_cxx_check_header_mongrel "$LINENO" "config/ftheader.h" "ac_cv_header_config_ftheader_h" "$ac_includes_default" ++ ac_fn_cxx_check_header_mongrel "$LINENO" "freetype/config/ftheader.h" "ac_cv_header_config_ftheader_h" "$ac_includes_default" + if test "x$ac_cv_header_config_ftheader_h" = xyes; then : + + else |