diff options
Diffstat (limited to 'www/libxul/files/patch-bug761077')
-rw-r--r-- | www/libxul/files/patch-bug761077 | 26 |
1 files changed, 2 insertions, 24 deletions
diff --git a/www/libxul/files/patch-bug761077 b/www/libxul/files/patch-bug761077 index fb12c5b15021..922fa55131e8 100644 --- a/www/libxul/files/patch-bug761077 +++ b/www/libxul/files/patch-bug761077 @@ -28,15 +28,6 @@ diff --git xpcom/reflect/xptcall/src/md/unix/Makefile.in xpcom/reflect/xptcall/s index ae6ed66..2783957 100644 --- xpcom/reflect/xptcall/src/md/unix/Makefile.in +++ xpcom/reflect/xptcall/src/md/unix/Makefile.in -@@ -85,7 +85,7 @@ - # New code for Linux, et. al., with gcc - # Migrate other platforms here after testing - # --ifneq (,$(filter Linux GNU_%,$(OS_ARCH))) -+ifneq (,$(filter Linux FreeBSD GNU_%,$(OS_ARCH))) - # Linux/x86-64 - ifeq (x86_64,$(OS_TEST)) - CPPSRCS := xptcinvoke_x86_64_unix.cpp xptcstubs_x86_64_linux.cpp @@ -70,7 +70,7 @@ endif endif endif @@ -46,20 +37,7 @@ index ae6ed66..2783957 100644 ifneq (,$(findstring ia64,$(OS_TEST))) CPPSRCS := xptcinvoke_ipf64.cpp xptcstubs_ipf64.cpp ASFILES := xptcstubs_asm_ipf64.s xptcinvoke_asm_ipf64.s -@@ -109,12 +109,6 @@ ifeq ($(OS_ARCH)$(OS_TEST),OpenBSDx86_64 - CPPSRCS := xptcinvoke_amd64_openbsd.cpp xptcstubs_amd64_openbsd.cpp - endif - # --# FreeBSD/amd64 --# --ifeq ($(OS_ARCH)$(OS_TEST),FreeBSDx86_64) --CPPSRCS := xptcinvoke_amd64_linux.cpp xptcstubs_amd64_linux.cpp --endif --# - # BeOS/Intel (uses the same unixish_x86 code) - # - ifeq ($(OS_ARCH)$(OS_TEST),BeOSBePC) -@@ -341,7 +356,7 @@ +@@ -269,7 +269,7 @@ endif # # Linux/PPC # @@ -68,7 +46,7 @@ index ae6ed66..2783957 100644 CPPSRCS := xptcinvoke_ppc_linux.cpp xptcstubs_ppc_linux.cpp ASFILES := xptcinvoke_asm_ppc_linux.s xptcstubs_asm_ppc_linux.s AS := $(CC) -c -x assembler-with-cpp -@@ -350,7 +365,7 @@ +@@ -278,7 +278,7 @@ endif # # Linux/PPC64 # |