pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/socat Add clang to ONLY_FOR_COMPILER per PR 49852 ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/726f1fe1e601
branches:  trunk
changeset: 650690:726f1fe1e601
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sat Apr 25 23:31:23 2015 +0000

description:
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:

 net/socat/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ea7c5188ab19 -r 726f1fe1e601 net/socat/Makefile
--- a/net/socat/Makefile        Sat Apr 25 23:05:11 2015 +0000
+++ b/net/socat/Makefile        Sat Apr 25 23:31:23 2015 +0000
@@ -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 @@
 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"
 



Home | Main Index | Thread Index | Old Index