pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/prcs
Module Name: pkgsrc
Committed By: nia
Date: Fri Mar 6 11:48:57 UTC 2020
Modified Files:
pkgsrc/devel/prcs: Makefile
Log Message:
prcs: Fails with newer C++ standard, force c++03
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/devel/prcs/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/prcs/Makefile
diff -u pkgsrc/devel/prcs/Makefile:1.58 pkgsrc/devel/prcs/Makefile:1.59
--- pkgsrc/devel/prcs/Makefile:1.58 Sat Jan 18 23:30:36 2020
+++ pkgsrc/devel/prcs/Makefile Fri Mar 6 11:48:57 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2020/01/18 23:30:36 rillig Exp $
+# $NetBSD: Makefile,v 1.59 2020/03/06 11:48:57 nia Exp $
DISTNAME= prcs-1.3.3
PKGREVISION= 14
@@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
CONFIGURE_ENV+= lispdir=${PREFIX}/share/examples/prcs
INFO_FILES= yes
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
BUILD_DEFS+= VARBASE
CONFIGURE_ENV+= EMACS=no
CONFIGURE_ENV+= PRCS_REPOSITORY=${VARBASE:Q}/PRCS
Home |
Main Index |
Thread Index |
Old Index