pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/polyml Needs to be build as gnu++03. Doesn't work...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e30e2347e84e
branches: trunk
changeset: 406361:e30e2347e84e
user: joerg <joerg%pkgsrc.org@localhost>
date: Thu Dec 19 22:18:47 2019 +0000
description:
Needs to be build as gnu++03. Doesn't work yet due to PaX mprotect
restrictions.
diffstat:
lang/polyml/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 3862251f5939 -r e30e2347e84e lang/polyml/Makefile
--- a/lang/polyml/Makefile Thu Dec 19 22:18:17 2019 +0000
+++ b/lang/polyml/Makefile Thu Dec 19 22:18:47 2019 +0000
@@ -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 @@
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