pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/isl math/isl: Add missing GMP dependency to bl3 file



details:   https://anonhg.NetBSD.org/pkgsrc/rev/40ba6e13e5f1
branches:  trunk
changeset: 457603:40ba6e13e5f1
user:      micha <micha%pkgsrc.org@localhost>
date:      Mon Aug 30 11:22:53 2021 +0000

description:
math/isl: Add missing GMP dependency to bl3 file

At least one of the installed header files includes "gmp.h".

diffstat:

 math/isl/buildlink3.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r d33166dfdb5b -r 40ba6e13e5f1 math/isl/buildlink3.mk
--- a/math/isl/buildlink3.mk    Mon Aug 30 09:36:31 2021 +0000
+++ b/math/isl/buildlink3.mk    Mon Aug 30 11:22:53 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2013/02/17 22:10:47 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2021/08/30 11:22:53 micha Exp $
 
 BUILDLINK_TREE+=       isl
 
@@ -8,6 +8,8 @@
 BUILDLINK_API_DEPENDS.isl+=    isl>=0.11.1
 BUILDLINK_PKGSRCDIR.isl?=      ../../math/isl
 
+.include "../../devel/gmp/buildlink3.mk"
+
 .endif # ISL_BUILDLINK3_MK
 
 BUILDLINK_TREE+=       -isl



Home | Main Index | Thread Index | Old Index