diff options
author | dholland <dholland@pkgsrc.org> | 2015-04-25 23:31:23 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-04-25 23:31:23 +0000 |
commit | fca3c3b1bd3776008b3873d15d3b7712a6654f50 (patch) | |
tree | e8b39b95b2a8234413b9f9967789f8f4696aa63f /net | |
parent | 430afe6cb51496a1c6a26f6c6ff93548e564078d (diff) | |
download | pkgsrc-fca3c3b1bd3776008b3873d15d3b7712a6654f50.tar.gz |
Add clang to ONLY_FOR_COMPILER per PR 49852 from Alexander Borkowski.
(XXX: shouldn't the wrappers be taking care of -Werror for compilers
that don't understand it?)
Diffstat (limited to 'net')
-rw-r--r-- | net/socat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/socat/Makefile b/net/socat/Makefile index 4ad242763ec..5fe47db802b 100644 --- a/net/socat/Makefile +++ b/net/socat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2014/09/07 23:24:56 rodent Exp $ +# $NetBSD: Makefile,v 1.33 2015/04/25 23:31:23 dholland Exp $ DISTNAME= socat-1.7.2.4 CATEGORIES= net @@ -10,7 +10,7 @@ COMMENT= "netcat++" (extended design, new implementation) LICENSE= gnu-gpl-v2 GNU_CONFIGURE= YES -ONLY_FOR_COMPILER= gcc # uses -Werror in the configure script +ONLY_FOR_COMPILER= gcc clang # uses -Werror in the configure script .include "../../mk/bsd.prefs.mk" |