diff options
author | rillig <rillig@pkgsrc.org> | 2008-01-27 14:09:09 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2008-01-27 14:09:09 +0000 |
commit | cd19c5d2ee2561ce399df5e0625c278f3d5e2b7c (patch) | |
tree | fd5be1744309624abf4d4ff319483565ac80ec75 /net/socat | |
parent | f6631e1b6a7f1bf7bf649f014721048daf24651e (diff) | |
download | pkgsrc-cd19c5d2ee2561ce399df5e0625c278f3d5e2b7c.tar.gz |
Only for gcc, and even in that case there are lots of reasonable
compiler warnings.
Diffstat (limited to 'net/socat')
-rw-r--r-- | net/socat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/socat/Makefile b/net/socat/Makefile index e2528b20db9..4dc941433d9 100644 --- a/net/socat/Makefile +++ b/net/socat/Makefile @@ -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 @@ COMMENT= "netcat++" (extended design, new implementation) 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} |