pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/openaxiom Requires libffi when using ECL.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ff37e2deb565
branches:  trunk
changeset: 597335:ff37e2deb565
user:      asau <asau%pkgsrc.org@localhost>
date:      Tue Dec 20 08:23:12 2011 +0000

description:
Requires libffi when using ECL.

diffstat:

 math/openaxiom/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a8aeb7746ee4 -r ff37e2deb565 math/openaxiom/options.mk
--- a/math/openaxiom/options.mk Tue Dec 20 08:22:33 2011 +0000
+++ b/math/openaxiom/options.mk Tue Dec 20 08:23:12 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2009/04/18 11:17:33 asau Exp $
+# $NetBSD: options.mk,v 1.3 2011/12/20 08:23:12 asau Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.openaxiom
 PKG_OPTIONS_REQUIRED_GROUPS=   lisp
@@ -24,6 +24,7 @@
 .if !empty(PKG_OPTIONS:Mecl)
 FASL=                  fas
 CONFIGURE_ARGS+=       --with-lisp=ecl
+.include "../../devel/libffi/buildlink3.mk"
 .include "../../lang/ecl/buildlink3.mk"
 .endif
 



Home | Main Index | Thread Index | Old Index