pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/moreutils



Module Name:    pkgsrc
Committed By:   leot
Date:           Wed Sep  6 12:38:32 UTC 2017

Modified Files:
        pkgsrc/misc/moreutils: Makefile

Log Message:
isutf8 needs c99 due getline(3)

Pointed out by SmartOS Joyent's bulk builds.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/moreutils/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/moreutils/Makefile
diff -u pkgsrc/misc/moreutils/Makefile:1.1 pkgsrc/misc/moreutils/Makefile:1.2
--- pkgsrc/misc/moreutils/Makefile:1.1  Mon Sep  4 09:44:41 2017
+++ pkgsrc/misc/moreutils/Makefile      Wed Sep  6 12:38:32 2017
@@ -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 @@ DEPENDS+=     p5-IPC-Run-[0-9]*:../../devel/
 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