summaryrefslogtreecommitdiff
path: root/net/socat
diff options
context:
space:
mode:
authorrillig <rillig>2008-01-27 14:09:09 +0000
committerrillig <rillig>2008-01-27 14:09:09 +0000
commitb70f21a82e82a91dff93c3e28021c860e77fc1af (patch)
treefd5be1744309624abf4d4ff319483565ac80ec75 /net/socat
parent878194826ea44945746366772b9b12c2130ca8e3 (diff)
downloadpkgsrc-b70f21a82e82a91dff93c3e28021c860e77fc1af.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/Makefile3
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}