diff options
author | tron <tron> | 2000-06-23 12:35:38 +0000 |
---|---|---|
committer | tron <tron> | 2000-06-23 12:35:38 +0000 |
commit | ed33a02f06d4d72ac5b65645f029cd1bffff72f2 (patch) | |
tree | 883711bb0bd6b717e96f66e09cc51c6ffe61c402 /www | |
parent | d7867a2be17f3153c9f319b832f5843afe646f47 (diff) | |
download | pkgsrc-ed33a02f06d4d72ac5b65645f029cd1bffff72f2.tar.gz |
Back out last commit. Due do the dependence on the "gtk+" package version
1.2.8 or newer the "pth" package will always be installed. There must be
something else wrong.
Diffstat (limited to 'www')
-rw-r--r-- | www/mozilla/files/patch-sum | 3 | ||||
-rw-r--r-- | www/mozilla/patches/patch-an | 13 |
2 files changed, 1 insertions, 15 deletions
diff --git a/www/mozilla/files/patch-sum b/www/mozilla/files/patch-sum index b24450d47f3..7218ea43c84 100644 --- a/www/mozilla/files/patch-sum +++ b/www/mozilla/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.6 2000/06/23 09:13:21 tron Exp $ +$NetBSD: patch-sum,v 1.7 2000/06/23 12:35:38 tron Exp $ MD5 (patch-aa) = 14aa0f994c2f56feb2cf40fa6f7c313e MD5 (patch-ab) = 72b951b21c545823f581aaa64ecbc42d @@ -13,4 +13,3 @@ 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 deleted file mode 100644 index 927de4d5f74..00000000000 --- a/www/mozilla/patches/patch-an +++ /dev/null @@ -1,13 +0,0 @@ -$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 |