diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2012-02-24 13:25:32 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-02-24 14:06:19 +0100 |
commit | 5fd1a34816b81fee6f54ad93d0047daaeaea51c1 (patch) | |
tree | 466dd8c1ac0c166897cc95a365658bbb44339f88 /moz/makefile.mk | |
parent | 1cf7ab61a71d4b7295942ff5c855896e60c15081 (diff) |
Revert "Work around g++ -std=c++0x rejecting "typeof" keyword"
We now default to -std=gnu++0x, so this shouldn't be necessary.
This reverts commit 437fe5a444411f68d1848c49121394f16f09611b.
Diffstat (limited to 'moz/makefile.mk')
-rw-r--r-- | moz/makefile.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/moz/makefile.mk b/moz/makefile.mk index 4146f418a367..7f926e5d84c7 100644 --- a/moz/makefile.mk +++ b/moz/makefile.mk @@ -88,7 +88,6 @@ PATCH_FILES = \ patches/nss-linux3.patch \ patches/clang_add_nsCaseInsensitiveStringComparator_default_constructor.patch \ patches/clang_missing_this_pointers.patch \ - patches/seamonkey-1.1.14.source-typeof.patch # This file is needed for the W32 build when BUILD_MOZAB is set # (currently only vc8/vs2005 is supported when BUILD_MOZAB is set) |