pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/wm/chunkwm
Module Name: pkgsrc
Committed By: jmmv
Date: Tue Apr 2 01:54:35 UTC 2019
Modified Files:
pkgsrc/wm/chunkwm: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/wm/chunkwm/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/wm/chunkwm/Makefile
diff -u pkgsrc/wm/chunkwm/Makefile:1.1 pkgsrc/wm/chunkwm/Makefile:1.2
--- pkgsrc/wm/chunkwm/Makefile:1.1 Tue Apr 2 01:49:09 2019
+++ pkgsrc/wm/chunkwm/Makefile Tue Apr 2 01:54:35 2019
@@ -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 @@ LICENSE= mit
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