summaryrefslogtreecommitdiff
path: root/www/mozilla-devel/files/patch-alpha
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-23 05:40:42 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-23 05:40:42 +0000
commitc755aa5f08ade861b7347b18753795dd9386c14a (patch)
tree7c4fcc49a0bb8a146db07fd38415b4b3d73f6b52 /www/mozilla-devel/files/patch-alpha
parentfix net/tcpview: Chase AF_{NS/NETBIOS} (bento) (diff)
Update to 1.5a.
Diffstat (limited to 'www/mozilla-devel/files/patch-alpha')
-rw-r--r--www/mozilla-devel/files/patch-alpha33
1 files changed, 0 insertions, 33 deletions
diff --git a/www/mozilla-devel/files/patch-alpha b/www/mozilla-devel/files/patch-alpha
index f8c1b081c9fa..29631a98e61e 100644
--- a/www/mozilla-devel/files/patch-alpha
+++ b/www/mozilla-devel/files/patch-alpha
@@ -1,36 +1,3 @@
---- xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig Mon Jan 27 22:52:51 2003
-+++ xpcom/reflect/xptcall/src/md/unix/Makefile.in Tue May 27 01:41:12 2003
-@@ -100,9 +100,15 @@
- ASFILES := xptcinvoke_asm_osf1_alpha.s xptcstubs_asm_osf1_alpha.s
- endif
- #
-+# FreeBSD/Alpha
-+#
-+ifeq ($(OS_ARCH)$(OS_TEST),FreeBSDalpha)
-+CPPSRCS := xptcinvoke_freebsd_alpha.cpp xptcstubs_freebsd_alpha.cpp
-+endif
-+#
- # Linux/Alpha
- #
--ifneq (,$(filter Linuxalpha FreeBSDalpha NetBSDalpha,$(OS_ARCH)$(OS_TEST)))
-+ifneq (,$(filter Linuxalpha NetBSDalpha,$(OS_ARCH)$(OS_TEST)))
- CPPSRCS := xptcinvoke_linux_alpha.cpp xptcstubs_linux_alpha.cpp
- endif
- #
---- config/rules.mk.orig Mon May 5 21:04:55 2003
-+++ config/rules.mk Tue May 27 01:33:11 2003
-@@ -444,7 +444,11 @@
-
- ifeq ($(OS_ARCH),FreeBSD)
- ifdef IS_COMPONENT
-+ifneq (,$(filter alpha,$(OS_TEST)))
-+EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic -lc
-+else
- EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic
-+endif
- endif
- endif
-
--- xpcom/reflect/xptcall/src/md/unix/xptcinvoke_freebsd_alpha.cpp.orig Tue May 27 01:37:25 2003
+++ xpcom/reflect/xptcall/src/md/unix/xptcinvoke_freebsd_alpha.cpp Tue May 27 01:37:00 2003
@@ -0,0 +1,184 @@