diff options
author | joerg <joerg> | 2015-04-26 11:14:31 +0000 |
---|---|---|
committer | joerg <joerg> | 2015-04-26 11:14:31 +0000 |
commit | e52d3874c39c02dc64645135fec9def892d407cf (patch) | |
tree | 00ff2555f172ebea32c4f434d9ebe7b418574817 /net/socat/Makefile | |
parent | febcab1a40d164261e71154fd7d06158946855ff (diff) | |
download | pkgsrc-e52d3874c39c02dc64645135fec9def892d407cf.tar.gz |
Drop ONLY_FOR_COMPILER. If -Werror is no good reason for such a mask and
should be handled if desired.
Diffstat (limited to 'net/socat/Makefile')
-rw-r--r-- | net/socat/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/socat/Makefile b/net/socat/Makefile index 5fe47db802b..706cb7ad2de 100644 --- a/net/socat/Makefile +++ b/net/socat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2015/04/25 23:31:23 dholland Exp $ +# $NetBSD: Makefile,v 1.34 2015/04/26 11:14:31 joerg Exp $ DISTNAME= socat-1.7.2.4 CATEGORIES= net @@ -10,7 +10,6 @@ COMMENT= "netcat++" (extended design, new implementation) LICENSE= gnu-gpl-v2 GNU_CONFIGURE= YES -ONLY_FOR_COMPILER= gcc clang # uses -Werror in the configure script .include "../../mk/bsd.prefs.mk" |