pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/moreutils isutf8 needs c99 due getline(3)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7995f03bd567
branches:  trunk
changeset: 367760:7995f03bd567
user:      leot <leot%pkgsrc.org@localhost>
date:      Wed Sep 06 12:38:32 2017 +0000

description:
isutf8 needs c99 due getline(3)

Pointed out by SmartOS Joyent's bulk builds.

diffstat:

 misc/moreutils/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r bfa74ed96da7 -r 7995f03bd567 misc/moreutils/Makefile
--- a/misc/moreutils/Makefile   Wed Sep 06 12:37:46 2017 +0000
+++ b/misc/moreutils/Makefile   Wed Sep 06 12:38:32 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/09/04 09:44:41 leot Exp $
+# $NetBSD: Makefile,v 1.2 2017/09/06 12:38:32 leot Exp $
 
 DISTNAME=      moreutils_0.60.orig
 PKGNAME=       ${DISTNAME:S/_/-/:S/.orig//}
@@ -20,6 +20,8 @@
 USE_TOOLS+=    gmake pod2man perl:run
 WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}
 
+USE_LANGUAGES= c99
+
 REPLACE_PERL+= chronic
 REPLACE_PERL+= combine
 REPLACE_PERL+= ts



Home | Main Index | Thread Index | Old Index