summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authordholland <dholland>2015-04-25 23:31:23 +0000
committerdholland <dholland>2015-04-25 23:31:23 +0000
commitfad1d9c5dbd3c4de76f6853ceabe254e47e668ab (patch)
treee8b39b95b2a8234413b9f9967789f8f4696aa63f /net
parentdca68793c736495035c2a88ee9573345eb850555 (diff)
downloadpkgsrc-fad1d9c5dbd3c4de76f6853ceabe254e47e668ab.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/Makefile4
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"