summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorasau <asau>2012-10-08 14:34:06 +0000
committerasau <asau>2012-10-08 14:34:06 +0000
commit7eedd8a7013dfac2963cce6d083c7c815ebbc876 (patch)
treeb96d80eb9bba0e93255c2950d47f8eecd755fef8 /lang
parentf352fe7603721e860ed21aa7d6908d2c48e188f8 (diff)
downloadpkgsrc-7eedd8a7013dfac2963cce6d083c7c815ebbc876.tar.gz
Use pkgsrc libffi instead of bundled one. Ride the update.
Diffstat (limited to 'lang')
-rw-r--r--lang/polyml/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/polyml/Makefile b/lang/polyml/Makefile
index 41f1f7321c7..747aae031db 100644
--- a/lang/polyml/Makefile
+++ b/lang/polyml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2012/10/08 14:26:03 asau Exp $
+# $NetBSD: Makefile,v 1.8 2012/10/08 14:34:06 asau Exp $
DISTNAME= polyml.5.5
PKGNAME= polyml-5.5
@@ -13,11 +13,13 @@ COMMENT= Poly/ML is an implementation of Standard ML
# Dumps core on NetBSD/amd64
GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-system-libffi
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
TEST_TARGET= tests
.include "options.mk"
+.include "../../devel/libffi/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"