pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/polyml
Module Name: pkgsrc
Committed By: joerg
Date: Thu Dec 19 22:18:47 UTC 2019
Modified Files:
pkgsrc/lang/polyml: Makefile
Log Message:
Needs to be build as gnu++03. Doesn't work yet due to PaX mprotect
restrictions.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/lang/polyml/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/polyml/Makefile
diff -u pkgsrc/lang/polyml/Makefile:1.20 pkgsrc/lang/polyml/Makefile:1.21
--- pkgsrc/lang/polyml/Makefile:1.20 Sun Nov 3 19:04:05 2019
+++ pkgsrc/lang/polyml/Makefile Thu Dec 19 22:18:47 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2019/11/03 19:04:05 rillig Exp $
+# $NetBSD: Makefile,v 1.21 2019/12/19 22:18:47 joerg Exp $
DISTNAME= polyml-5.7.1
CATEGORIES= lang
@@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-system-libffi
USE_LIBTOOL= yes
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c gnu++03
TEST_TARGET= tests
PKGCONFIG_OVERRIDE= libpolyml/polyml.pc.in
Home |
Main Index |
Thread Index |
Old Index