pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/inputmethod/uim
Module Name: pkgsrc
Committed By: nia
Date: Thu Mar 5 13:04:45 UTC 2020
Modified Files:
pkgsrc/inputmethod/uim: Makefile
Log Message:
uim: needs alloca, use gnu++03
To generate a diff of this commit:
cvs rdiff -u -r1.158 -r1.159 pkgsrc/inputmethod/uim/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/inputmethod/uim/Makefile
diff -u pkgsrc/inputmethod/uim/Makefile:1.158 pkgsrc/inputmethod/uim/Makefile:1.159
--- pkgsrc/inputmethod/uim/Makefile:1.158 Sat Jan 18 21:49:42 2020
+++ pkgsrc/inputmethod/uim/Makefile Thu Mar 5 13:04:45 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.158 2020/01/18 21:49:42 jperkin Exp $
+# $NetBSD: Makefile,v 1.159 2020/03/05 13:04:45 nia Exp $
PKGREVISION= 1
.include "../../inputmethod/uim/Makefile.common"
@@ -17,7 +17,7 @@ BUILDLINK_TRANSFORM+= opt:-O2:-O1
USE_TOOLS+= gmake pkg-config
USE_TOOLS+= intltool msgfmt msgmerge xgettext
USE_TOOLS+= autopoint
-USE_LANGUAGES= c99 c++03
+USE_LANGUAGES= c99 gnu++03
# Avoid finding mono tool and breaking.
MAKE_FLAGS+= CSI=
Home |
Main Index |
Thread Index |
Old Index