pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/socat Only for gcc, and even in that case there ar...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/01247a16d420
branches:  trunk
changeset: 538073:01247a16d420
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Jan 27 14:09:09 2008 +0000

description:
Only for gcc, and even in that case there are lots of reasonable
compiler warnings.

diffstat:

 net/socat/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 3d134d6b48e9 -r 01247a16d420 net/socat/Makefile
--- a/net/socat/Makefile        Sun Jan 27 14:01:23 2008 +0000
+++ b/net/socat/Makefile        Sun Jan 27 14:09:09 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2008/01/27 12:35:35 rillig Exp $
+# $NetBSD: Makefile,v 1.15 2008/01/27 14:09:09 rillig Exp $
 
 DISTNAME=      socat-1.6.0.0
 PKGREVISION=   2
@@ -11,6 +11,7 @@
 
 GNU_CONFIGURE=         YES
 USE_GNU_READLINE=      YES
+ONLY_FOR_COMPILER=     gcc     # uses -Werror in the configure script
 
 CONFIGURE_ARGS+=       --disable-libwrap
 CONFIGURE_ARGS+=       --with-readline=${BUILDLINK_PREFIX.readline}



Home | Main Index | Thread Index | Old Index