summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-02-02 09:05:20 +0000
committergrant <grant@pkgsrc.org>2004-02-02 09:05:20 +0000
commite78ceb38747610a2f489163ccf8e936d09f14f0f (patch)
tree858e616bc60ec55d688f67d025ec4930d16dba7c
parent406146460c9164ab810d4a71be55f25daaccb3e6 (diff)
downloadpkgsrc-e78ceb38747610a2f489163ccf8e936d09f14f0f.tar.gz
don't pass gcc specific flags.
-rw-r--r--chat/bnc/distinfo4
-rw-r--r--chat/bnc/patches/patch-aa9
2 files changed, 7 insertions, 6 deletions
diff --git a/chat/bnc/distinfo b/chat/bnc/distinfo
index 5bf045c2f8b..effd3273437 100644
--- a/chat/bnc/distinfo
+++ b/chat/bnc/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2003/01/31 01:00:51 salo Exp $
+$NetBSD: distinfo,v 1.4 2004/02/02 09:05:20 grant Exp $
SHA1 (bnc2.8.6.tar.gz) = 19544b83c4e8d558d56621b5001590432de2b4d0
Size (bnc2.8.6.tar.gz) = 52569 bytes
-SHA1 (patch-aa) = a33813759c0b50cca01b954042c851d7a4e41948
+SHA1 (patch-aa) = 089c7ee2523d55404c68ca7ad6f551f6e69f1392
diff --git a/chat/bnc/patches/patch-aa b/chat/bnc/patches/patch-aa
index f11ee479802..ca56b3770b1 100644
--- a/chat/bnc/patches/patch-aa
+++ b/chat/bnc/patches/patch-aa
@@ -1,12 +1,13 @@
-$NetBSD: patch-aa,v 1.2 2003/01/31 01:00:52 salo Exp $
+$NetBSD: patch-aa,v 1.3 2004/02/02 09:05:20 grant Exp $
---- Makefile.in.orig Thu Jul 11 17:58:29 2002
-+++ Makefile.in Fri Jan 31 01:30:57 2003
+--- Makefile.in.orig 2002-07-12 01:58:29.000000000 +1000
++++ Makefile.in
@@ -1,11 +1,10 @@
LIBS = @LIBS@
-OPTS = -O3
+-COPT = -Wall
+OPTS = ${CFLAGS}
- COPT = -Wall
++COPT =
OOPT =
STRIP = strip
-CC = gcc