aboutsummaryrefslogtreecommitdiff
path: root/www/firefox-esr/files/patch-bug948946
diff options
context:
space:
mode:
Diffstat (limited to 'www/firefox-esr/files/patch-bug948946')
-rw-r--r--www/firefox-esr/files/patch-bug94894612
1 files changed, 12 insertions, 0 deletions
diff --git a/www/firefox-esr/files/patch-bug948946 b/www/firefox-esr/files/patch-bug948946
new file mode 100644
index 000000000000..146668185b2c
--- /dev/null
+++ b/www/firefox-esr/files/patch-bug948946
@@ -0,0 +1,12 @@
+diff --git browser/themes/moz.build browser/themes/moz.build
+index d82bda3..86d343d 100644
+--- browser/themes/moz.build
++++ browser/themes/moz.build
+@@ -9,6 +9,7 @@ toolkit = CONFIG['MOZ_WIDGET_TOOLKIT']
+ if toolkit == 'cocoa':
+ DIRS += ['osx']
+ elif toolkit in ('gtk2', 'gtk3', 'qt'):
++ DEFINES += ['-DXP_LINUX']
+ DIRS += ['linux']
+ else:
+ DIRS += ['windows']