pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/ecl



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jul 31 17:10:10 UTC 2024

Modified Files:
        pkgsrc/lang/ecl: buildlink3.mk

Log Message:
ecl: fix ffi option handling in buildlink3.mk


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/lang/ecl/buildlink3.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/ecl/buildlink3.mk
diff -u pkgsrc/lang/ecl/buildlink3.mk:1.9 pkgsrc/lang/ecl/buildlink3.mk:1.10
--- pkgsrc/lang/ecl/buildlink3.mk:1.9   Wed Dec  9 21:00:47 2015
+++ pkgsrc/lang/ecl/buildlink3.mk       Wed Jul 31 17:10:10 2024
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.9 2015/12/09 21:00:47 asau Exp $
+# $NetBSD: buildlink3.mk,v 1.10 2024/07/31 17:10:10 wiz Exp $
 
 BUILDLINK_TREE+=       ecl
 
@@ -9,6 +9,13 @@ BUILDLINK_API_DEPENDS.ecl+=    ecl>=16.0.0
 BUILDLINK_ABI_DEPENDS.ecl+=    ecl>=16.0.0
 BUILDLINK_PKGSRCDIR.ecl?=      ../../lang/ecl
 
+pkgbase := ecl
+.include "../../mk/pkg-build-options.mk"
+
+.if ${PKG_BUILD_OPTIONS.ecl:Mffi}
+.include "../../devel/libffi/buildlink3.mk"
+.endif
+
 .include "../../devel/boehm-gc/buildlink3.mk"
 .include "../../devel/gmp/buildlink3.mk"
 .endif # ECL_BUILDLINK3_MK



Home | Main Index | Thread Index | Old Index