aboutsummaryrefslogtreecommitdiff
path: root/www/libxul
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2015-08-12 00:31:38 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2015-08-12 00:31:38 +0000
commit03838a4b60edaed240714044e0daf3f9e2e4c325 (patch)
tree07c8c67316bc364adab23355239391084f013dea /www/libxul
parent2bde4762082148dc6264a53603cf513812ee66e6 (diff)
downloadports-03838a4b60edaed240714044e0daf3f9e2e4c325.tar.gz
ports-03838a4b60edaed240714044e0daf3f9e2e4c325.zip
Fix linker failures with graphite2 1.3.0.
Notes
Notes: svn path=/head/; revision=393995
Diffstat (limited to 'www/libxul')
-rw-r--r--www/libxul/files/patch-gfx-thebes-moz.build10
1 files changed, 10 insertions, 0 deletions
diff --git a/www/libxul/files/patch-gfx-thebes-moz.build b/www/libxul/files/patch-gfx-thebes-moz.build
new file mode 100644
index 000000000000..59adf72aeeb6
--- /dev/null
+++ b/www/libxul/files/patch-gfx-thebes-moz.build
@@ -0,0 +1,10 @@
+--- gfx/thebes/moz.build.orig 2015-08-06 13:40:59.000000000 -0400
++++ gfx/thebes/moz.build 2015-08-11 19:26:38.799990000 -0400
+@@ -304,7 +304,5 @@
+ if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'gtk3', 'qt'):
+ CXXFLAGS += CONFIG['MOZ_PANGO_CFLAGS']
+
+-DEFINES['GRAPHITE2_STATIC'] = True
+-
+ if CONFIG['GKMEDIAS_SHARED_LIBRARY']:
+ DEFINES['OTS_DLL'] = True