diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-12-10 22:13:58 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-12-10 22:13:58 +0000 |
commit | e1add76b39f7f567867b624b0b52f78a85935d50 (patch) | |
tree | daabc6f4f878fbc04f9c28f1afe6afb317ffe79f /x11-fm | |
parent | 3c8d04907f8aa127e12a68a062100d7a99a7a482 (diff) | |
download | ports-e1add76b39f7f567867b624b0b52f78a85935d50.tar.gz ports-e1add76b39f7f567867b624b0b52f78a85935d50.zip |
Notes
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 |