pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/polyml Use pkgsrc libffi instead of bundled one. ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/82b1e958fdf9
branches:  trunk
changeset: 609692:82b1e958fdf9
user:      asau <asau%pkgsrc.org@localhost>
date:      Mon Oct 08 14:34:06 2012 +0000

description:
Use pkgsrc libffi instead of bundled one. Ride the update.

diffstat:

 lang/polyml/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 968a213e5470 -r 82b1e958fdf9 lang/polyml/Makefile
--- a/lang/polyml/Makefile      Mon Oct 08 14:33:32 2012 +0000
+++ b/lang/polyml/Makefile      Mon Oct 08 14:34:06 2012 +0000
@@ -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 @@
 # 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"



Home | Main Index | Thread Index | Old Index