summaryrefslogtreecommitdiff
path: root/x11-fm
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2015-12-10 22:13:58 +0000
committerKoop Mast <kwm@FreeBSD.org>2015-12-10 22:13:58 +0000
commite1add76b39f7f567867b624b0b52f78a85935d50 (patch)
treedaabc6f4f878fbc04f9c28f1afe6afb317ffe79f /x11-fm
parentUpdate cairo to 1.14.6. (diff)
Update freetype2 to 2.6.2. [1]
Mark magicpoint broken, maintainer is notified. Exp-runs run by antoine@ This version also fixes shadowing of TYPEOF in ftconfig.h [2] PR: 203554 [1], 202083 [2] Submitted by: rhurlin@gwdg.de [2]
Notes
Notes: svn path=/head/; revision=403474
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/xfe/files/patch-configure11
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