summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-06-23 09:13:21 +0000
committertron <tron@pkgsrc.org>2000-06-23 09:13:21 +0000
commit4dbd50c1972f8390520cbf714316930b9984e57a (patch)
treefeb5883041703c5155ef615371894988b414ccff /www
parent865d09f18b63ebc309febcb562117143b059f833 (diff)
downloadpkgsrc-4dbd50c1972f8390520cbf714316930b9984e57a.tar.gz
Explicitly disable pthread support because "configure" will try to use
"pth" otherwise which causes a build failure.
Diffstat (limited to 'www')
-rw-r--r--www/mozilla/files/patch-sum3
-rw-r--r--www/mozilla/patches/patch-an13
2 files changed, 15 insertions, 1 deletions
diff --git a/www/mozilla/files/patch-sum b/www/mozilla/files/patch-sum
index 0c6bbb7a949..b24450d47f3 100644
--- a/www/mozilla/files/patch-sum
+++ b/www/mozilla/files/patch-sum
@@ -1,4 +1,4 @@
-$NetBSD: patch-sum,v 1.5 2000/06/19 04:17:22 soren Exp $
+$NetBSD: patch-sum,v 1.6 2000/06/23 09:13:21 tron Exp $
MD5 (patch-aa) = 14aa0f994c2f56feb2cf40fa6f7c313e
MD5 (patch-ab) = 72b951b21c545823f581aaa64ecbc42d
@@ -13,3 +13,4 @@ MD5 (patch-aj) = f6cd0e7c068a86d4b7cdcf57f31d8986
MD5 (patch-ak) = e5a312f9b1b2b562123eb0c7c5adc85e
MD5 (patch-al) = dc6a01f7d1c07fac494662e2653277b7
MD5 (patch-am) = b70107df24e884d3a5134ee87dbcda81
+MD5 (patch-an) = b4d2e7f03ad071413e74af3b261ac6d8
diff --git a/www/mozilla/patches/patch-an b/www/mozilla/patches/patch-an
new file mode 100644
index 00000000000..927de4d5f74
--- /dev/null
+++ b/www/mozilla/patches/patch-an
@@ -0,0 +1,13 @@
+$NetBSD: patch-an,v 1.1 2000/06/23 09:13:22 tron Exp $
+
+--- client.mk.orig Fri Jun 9 12:27:38 2000
++++ client.mk Fri Jun 23 10:34:38 2000
+@@ -352,7 +352,7 @@
+ @if test ! -d $(OBJDIR); then $(MKDIR) $(OBJDIR); else true; fi
+ @echo cd $(OBJDIR);
+ @echo $(CONFIGURE)
+- @cd $(OBJDIR) && $(CONFIGURE_ENV_ARGS) $(CONFIGURE) \
++ @cd $(OBJDIR) && $(CONFIGURE_ENV_ARGS) $(CONFIGURE) --without-pthreads \
+ || ( echo "*** Fix above errors and then restart with\
+ \"$(MAKE) -f client.mk build\"" && exit 1 )
+ @touch $(OBJDIR)/Makefile