Author: jbeich Date: Thu Jan 30 19:00:44 2014 New Revision: 1473 Log: before ff27 DEFINES is of list type
https://hg.mozilla.org/mozilla-central/rev/a1aa932eaf79 Modified: trunk/www/firefox-esr/files/patch-bug948946 Modified: trunk/www/firefox-esr/files/patch-bug948946 ============================================================================== --- trunk/www/firefox-esr/files/patch-bug948946 Wed Jan 29 16:55:13 2014 (r1472) +++ trunk/www/firefox-esr/files/patch-bug948946 Thu Jan 30 19:00:44 2014 (r1473) @@ -6,7 +6,7 @@ if toolkit == 'cocoa': DIRS += ['osx'] elif toolkit in ('gtk2', 'gtk3', 'qt'): -+ DEFINES['XP_LINUX'] = 1 ++ DEFINES += ['-DXP_LINUX'] DIRS += ['linux'] else: DIRS += ['windows'] _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
