pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2015Q1]: pkgsrc/net/socat Pullup ticket #4689 - requested by d...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0444ce8ee193
branches: pkgsrc-2015Q1
changeset: 649201:0444ce8ee193
user: tron <tron%pkgsrc.org@localhost>
date: Mon Apr 27 22:02:37 2015 +0000
description:
Pullup ticket #4689 - requested by dholland
net/socat: build fix
Revisions pulled up:
- net/socat/Makefile 1.33
---
Module Name: pkgsrc
Committed By: dholland
Date: Sat Apr 25 23:31:23 UTC 2015
Modified Files:
pkgsrc/net/socat: Makefile
Log Message:
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 c75fe0a5592b -r 0444ce8ee193 net/socat/Makefile
--- a/net/socat/Makefile Mon Apr 27 21:55:05 2015 +0000
+++ b/net/socat/Makefile Mon Apr 27 22:02:37 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2014/09/07 23:24:56 rodent Exp $
+# $NetBSD: Makefile,v 1.32.6.1 2015/04/27 22:02:37 tron 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