pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/bnc don't pass gcc specific flags.
details: https://anonhg.NetBSD.org/pkgsrc/rev/1295cc88f98f
branches: trunk
changeset: 467518:1295cc88f98f
user: grant <grant%pkgsrc.org@localhost>
date: Mon Feb 02 09:05:20 2004 +0000
description:
don't pass gcc specific flags.
diffstat:
chat/bnc/distinfo | 4 ++--
chat/bnc/patches/patch-aa | 9 +++++----
2 files changed, 7 insertions(+), 6 deletions(-)
diffs (32 lines):
diff -r 9908536638c9 -r 1295cc88f98f chat/bnc/distinfo
--- a/chat/bnc/distinfo Mon Feb 02 08:48:40 2004 +0000
+++ b/chat/bnc/distinfo Mon Feb 02 09:05:20 2004 +0000
@@ -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 -r 9908536638c9 -r 1295cc88f98f chat/bnc/patches/patch-aa
--- a/chat/bnc/patches/patch-aa Mon Feb 02 08:48:40 2004 +0000
+++ b/chat/bnc/patches/patch-aa Mon Feb 02 09:05:20 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index