summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2006-12-06 07:55:04 +0000
committerghen <ghen@pkgsrc.org>2006-12-06 07:55:04 +0000
commit65caea9fc7282fb0154867123d2a49150fa77e20 (patch)
treef0e4681979bc72fb17b64d8a348b5778b1bc8b53 /www
parentaae5c8c59abdcda8c9f5e4e6d379f62b387af8bd (diff)
downloadpkgsrc-65caea9fc7282fb0154867123d2a49150fa77e20.tar.gz
On *BSD/amd64, use linux stubs instead of unixish, from PR pkg/35191.
Diffstat (limited to 'www')
-rw-r--r--www/firefox2/distinfo4
-rw-r--r--www/firefox2/patches/patch-ac4
2 files changed, 4 insertions, 4 deletions
diff --git a/www/firefox2/distinfo b/www/firefox2/distinfo
index 1ea700645e5..6f3fe5829f0 100644
--- a/www/firefox2/distinfo
+++ b/www/firefox2/distinfo
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.3 2006/11/17 13:37:36 martin Exp $
+$NetBSD: distinfo,v 1.4 2006/12/06 07:55:04 ghen Exp $
SHA1 (firefox-2.0-source.tar.bz2) = 2bbc6b80cf184bf27101ec4315a19023547c85d4
RMD160 (firefox-2.0-source.tar.bz2) = 88b284b236f29fa5e483a32cd75ceaadebd2f6c3
Size (firefox-2.0-source.tar.bz2) = 36922776 bytes
SHA1 (patch-aa) = 5095449d4e979085fc5791b9d0251076b9c969c3
SHA1 (patch-ab) = d3b6d3994a030c89b0bd580c01e1f15e08dab4c8
-SHA1 (patch-ac) = d35b8da8ee1a6b42068ece31a1f4659e153b29cd
+SHA1 (patch-ac) = 3f28e27c100655aca4daaca02a77a76064359e94
SHA1 (patch-ad) = 20f2184a7e5e98b065e884c67e4c17fc52019a79
SHA1 (patch-ae) = fea251aabc772c3d4ad3044c8295af45cc9cab2d
SHA1 (patch-af) = 01e10664fbf20dffa53ecb94be24a421c39b838b
diff --git a/www/firefox2/patches/patch-ac b/www/firefox2/patches/patch-ac
index c4365b6dac6..727b216acf7 100644
--- a/www/firefox2/patches/patch-ac
+++ b/www/firefox2/patches/patch-ac
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.1.1.1 2006/10/24 22:20:11 ghen Exp $
+$NetBSD: patch-ac,v 1.2 2006/12/06 07:55:04 ghen Exp $
diff -ruN ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in ./xpcom/reflect/xptcall/src/md/unix/Makefile.in
--- ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in 2005-06-15 17:32:21.000000000 +0900
@@ -13,7 +13,7 @@ diff -ruN ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in ./xpcom/
CPPSRCS := xptcinvoke_unixish_x86.cpp xptcstubs_unixish_x86.cpp
endif
+ifeq (amd64,$(OS_TEST))
-+CPPSRCS := xptcinvoke_unixish_amd64.cpp xptcstubs_unixish_amd64.cpp
++CPPSRCS := xptcinvoke_x86_64_linux.cpp xptcstubs_x86_64_linux.cpp
+endif
endif
#