pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/openjade
Module Name: pkgsrc
Committed By: jperkin
Date: Tue Jan 30 23:24:29 UTC 2018
Modified Files:
pkgsrc/textproc/openjade: Makefile
Log Message:
openjade: Specify C++03, not C++11 clean (access declarations).
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/textproc/openjade/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/openjade/Makefile
diff -u pkgsrc/textproc/openjade/Makefile:1.30 pkgsrc/textproc/openjade/Makefile:1.31
--- pkgsrc/textproc/openjade/Makefile:1.30 Wed Aug 2 12:13:34 2017
+++ pkgsrc/textproc/openjade/Makefile Tue Jan 30 23:24:29 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2017/08/02 12:13:34 maya Exp $
+# $NetBSD: Makefile,v 1.31 2018/01/30 23:24:29 jperkin Exp $
DISTNAME= openjade-1.3.2
PKGREVISION= 12
@@ -12,7 +12,7 @@ LICENSE= mit
MAKE_JOBS_SAFE= no
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
USE_LIBTOOL= yes
USE_TOOLS+= gmake perl
GNU_CONFIGURE= yes
Home |
Main Index |
Thread Index |
Old Index