Bug 902876 - No SeaMonkey langpacks (or localized builds) later than 26 July 2013 (fix for OSX64). r=bustage (post-land review) a=ewong on a CLOSED TREE
--- a/suite/config/mozconfigs/macosx-universal/l10n-mozconfig
+++ b/suite/config/mozconfigs/macosx-universal/l10n-mozconfig
@@ -2,17 +2,17 @@
# mixed up with host/target CPUs when trying to work out how to do the
# universal build. When we redo the build system (bug 648979) this will
# go away.
if test -e "$topsrcdir/suite/config/version.txt"; then
unset CC
unset CXX
fi
-. $topsrcdir/build/macosx/universal/mozconfig
+. $topsrcdir/build/macosx/universal/mozconfig.common
ac_add_options --enable-application=suite
ac_add_options --with-l10n-base=../../../l10n
ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
ac_add_options --enable-update-packaging
ac_add_options --disable-install-strip
export CFLAGS="-gdwarf-2"