diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2015-08-12 22:49:21 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2015-08-12 22:49:21 +0000 |
commit | 8680f01155a1ab9f9ed0fed3ddba1bbebd805c43 (patch) | |
tree | 2e808d5b40504ca4ebb27f25d39c390a62635ffe /www/firefox/files/patch-gfx-thebes-moz.build | |
parent | kvasd should have been in LINUXBASE not LOCALBASE (diff) |
Move graphite2 buildfix to where it belongs
Diffstat (limited to 'www/firefox/files/patch-gfx-thebes-moz.build')
-rw-r--r-- | www/firefox/files/patch-gfx-thebes-moz.build | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/firefox/files/patch-gfx-thebes-moz.build b/www/firefox/files/patch-gfx-thebes-moz.build deleted file mode 100644 index 6e9bd419a24c..000000000000 --- a/www/firefox/files/patch-gfx-thebes-moz.build +++ /dev/null @@ -1,11 +0,0 @@ ---- gfx/thebes/moz.build.orig 2015-08-07 11:54:06.000000000 -0400 -+++ gfx/thebes/moz.build 2015-08-11 19:23:49.961640000 -0400 -@@ -300,8 +300,6 @@ - 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 - |