diff options
author | joerg <joerg@pkgsrc.org> | 2015-04-26 11:14:31 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-04-26 11:14:31 +0000 |
commit | 37ea061ac91c87f6a4b12a1355dfd6bb7bd4524f (patch) | |
tree | 00ff2555f172ebea32c4f434d9ebe7b418574817 /net/socat/Makefile | |
parent | da848977573a9b804cee3b89d25731dd9f0cb4de (diff) | |
download | pkgsrc-37ea061ac91c87f6a4b12a1355dfd6bb7bd4524f.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" |