pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/clex clex: fix build on SunOS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/685b4de3ef73
branches:  trunk
changeset: 368937:685b4de3ef73
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Fri Sep 22 22:05:05 2017 +0000

description:
clex: fix build on SunOS

Needs c99

diffstat:

 sysutils/clex/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d6ad0c142fb0 -r 685b4de3ef73 sysutils/clex/Makefile
--- a/sysutils/clex/Makefile    Fri Sep 22 22:00:57 2017 +0000
+++ b/sysutils/clex/Makefile    Fri Sep 22 22:05:05 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2016/12/31 11:52:17 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2017/09/22 22:05:05 wiedi Exp $
 
 DISTNAME=              clex-4.6.4
 PKGREVISION=           1
@@ -10,6 +10,7 @@
 COMMENT=               File manager with a full-screen user interface
 LICENSE=               gnu-gpl-v2
 
+USE_LANGUAGES=         c99
 USE_NCURSES=           yes # enter_{bold,reverse,underline}_mode
 GNU_CONFIGURE=         yes
 



Home | Main Index | Thread Index | Old Index