diff options
author | kwm <kwm@FreeBSD.org> | 2015-07-09 15:09:30 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-07-09 15:09:30 +0800 |
commit | 8194fcbc54dcb85d2c3e2ddd280a7a35b63ccf1e (patch) | |
tree | 841cd42e1b52912b788f661835c43795f3a2d69a /www | |
parent | fd35a4cb8a3b0c2eaa7d9dc230677ca0a1f337cf (diff) | |
download | freebsd-ports-gnome-8194fcbc54dcb85d2c3e2ddd280a7a35b63ccf1e.tar.gz freebsd-ports-gnome-8194fcbc54dcb85d2c3e2ddd280a7a35b63ccf1e.tar.zst freebsd-ports-gnome-8194fcbc54dcb85d2c3e2ddd280a7a35b63ccf1e.zip |
Fix the build with FreeType 2.6.
Obtained from: mozilla upstream.
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox-esr/files/patch-bug1143411 | 27 | ||||
-rw-r--r-- | www/firefox/files/patch-bug1143411 | 27 | ||||
-rw-r--r-- | www/libxul/files/patch-bug1143411 | 27 | ||||
-rw-r--r-- | www/seamonkey/files/patch-bug1143411 | 27 |
4 files changed, 108 insertions, 0 deletions
diff --git a/www/firefox-esr/files/patch-bug1143411 b/www/firefox-esr/files/patch-bug1143411 new file mode 100644 index 000000000000..6c14d2275543 --- /dev/null +++ b/www/firefox-esr/files/patch-bug1143411 @@ -0,0 +1,27 @@ +https://bugzilla.mozilla.org/show_bug.cgi?id=1143411 + +diff --git a/config/system-headers b/config/system-headers +--- config/system-headers ++++ config/system-headers +@@ -465,16 +465,17 @@ freetype/tttables.h + freetype/t1tables.h + freetype/ftlcdfil.h + freetype/ftsizes.h + freetype/ftadvanc.h + freetype/ftbitmap.h + freetype/ftxf86.h + freetype.h + ftcache.h ++ftfntfmt.h + ftglyph.h + ftsynth.h + ftoutln.h + ttnameid.h + tttables.h + t1tables.h + ftlcdfil.h + ftsizes.h + + + + diff --git a/www/firefox/files/patch-bug1143411 b/www/firefox/files/patch-bug1143411 new file mode 100644 index 000000000000..6c14d2275543 --- /dev/null +++ b/www/firefox/files/patch-bug1143411 @@ -0,0 +1,27 @@ +https://bugzilla.mozilla.org/show_bug.cgi?id=1143411 + +diff --git a/config/system-headers b/config/system-headers +--- config/system-headers ++++ config/system-headers +@@ -465,16 +465,17 @@ freetype/tttables.h + freetype/t1tables.h + freetype/ftlcdfil.h + freetype/ftsizes.h + freetype/ftadvanc.h + freetype/ftbitmap.h + freetype/ftxf86.h + freetype.h + ftcache.h ++ftfntfmt.h + ftglyph.h + ftsynth.h + ftoutln.h + ttnameid.h + tttables.h + t1tables.h + ftlcdfil.h + ftsizes.h + + + + diff --git a/www/libxul/files/patch-bug1143411 b/www/libxul/files/patch-bug1143411 new file mode 100644 index 000000000000..6c14d2275543 --- /dev/null +++ b/www/libxul/files/patch-bug1143411 @@ -0,0 +1,27 @@ +https://bugzilla.mozilla.org/show_bug.cgi?id=1143411 + +diff --git a/config/system-headers b/config/system-headers +--- config/system-headers ++++ config/system-headers +@@ -465,16 +465,17 @@ freetype/tttables.h + freetype/t1tables.h + freetype/ftlcdfil.h + freetype/ftsizes.h + freetype/ftadvanc.h + freetype/ftbitmap.h + freetype/ftxf86.h + freetype.h + ftcache.h ++ftfntfmt.h + ftglyph.h + ftsynth.h + ftoutln.h + ttnameid.h + tttables.h + t1tables.h + ftlcdfil.h + ftsizes.h + + + + diff --git a/www/seamonkey/files/patch-bug1143411 b/www/seamonkey/files/patch-bug1143411 new file mode 100644 index 000000000000..f0b27daa4e5d --- /dev/null +++ b/www/seamonkey/files/patch-bug1143411 @@ -0,0 +1,27 @@ +https://bugzilla.mozilla.org/show_bug.cgi?id=1143411 + +diff --git a/config/system-headers b/config/system-headers +--- mozilla/config/system-headers ++++ mozilla/config/system-headers +@@ -465,16 +465,17 @@ freetype/tttables.h + freetype/t1tables.h + freetype/ftlcdfil.h + freetype/ftsizes.h + freetype/ftadvanc.h + freetype/ftbitmap.h + freetype/ftxf86.h + freetype.h + ftcache.h ++ftfntfmt.h + ftglyph.h + ftsynth.h + ftoutln.h + ttnameid.h + tttables.h + t1tables.h + ftlcdfil.h + ftsizes.h + + + + |