summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2019-12-19 22:18:47 +0000
committerjoerg <joerg@pkgsrc.org>2019-12-19 22:18:47 +0000
commit96205ca189b1853c8ad71aaee8f61fe43ea3f214 (patch)
tree9b5cebed2e68dbe21c38cd993db445e0a33fb834
parent411fcdc4696d52f67a799d5dbe02fe1fb15fc076 (diff)
downloadpkgsrc-96205ca189b1853c8ad71aaee8f61fe43ea3f214.tar.gz
Needs to be build as gnu++03. Doesn't work yet due to PaX mprotect
restrictions.
-rw-r--r--lang/polyml/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/polyml/Makefile b/lang/polyml/Makefile
index 6385750a892..5990d180d37 100644
--- a/lang/polyml/Makefile
+++ b/lang/polyml/Makefile
@@ -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