pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/socat Drop ONLY_FOR_COMPILER. If -Werror is no goo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b28e35bfd066
branches:  trunk
changeset: 650761:b28e35bfd066
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Apr 26 11:14:31 2015 +0000

description:
Drop ONLY_FOR_COMPILER. If -Werror is no good reason for such a mask and
should be handled if desired.

diffstat:

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

diffs (17 lines):

diff -r b1f25852680d -r b28e35bfd066 net/socat/Makefile
--- a/net/socat/Makefile        Sun Apr 26 10:03:52 2015 +0000
+++ b/net/socat/Makefile        Sun Apr 26 11:14:31 2015 +0000
@@ -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 @@
 LICENSE=       gnu-gpl-v2
 
 GNU_CONFIGURE=         YES
-ONLY_FOR_COMPILER=     gcc clang       # uses -Werror in the configure script
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index