pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/wm/chunkwm Add c99 to the list of languages needed by ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/de2e767f42df
branches: trunk
changeset: 332038:de2e767f42df
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Tue Apr 02 01:54:35 2019 +0000
description:
Add c99 to the list of languages needed by chunkwm.
Obviously I couldn't get things right on the first commit. Why didn't I see
this, you ask? Because I had been running all my builds without PKG_DEVELOPER
enabled and only noticed this when 'make changes-entry' wouldn't work at
the last minute.
diffstat:
wm/chunkwm/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r e3ad7e372f25 -r de2e767f42df wm/chunkwm/Makefile
--- a/wm/chunkwm/Makefile Tue Apr 02 01:51:55 2019 +0000
+++ b/wm/chunkwm/Makefile Tue Apr 02 01:54:35 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/04/02 01:49:09 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2019/04/02 01:54:35 jmmv Exp $
DISTNAME= ${PKGNAME:S/chunkwm-/v/}
PKGNAME= chunkwm-0.4.8
@@ -12,7 +12,7 @@
ONLY_FOR_PLATFORM= Darwin-*-*
-USE_LANGUAGES= c++11 obj-c++
+USE_LANGUAGES= c99 c++11 obj-c++
USE_TOOLS= gmake
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
Home |
Main Index |
Thread Index |
Old Index