Mon Aug 30 11:22:53 2021 UTC ()
math/isl: Add missing GMP dependency to bl3 file

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


(micha)
diff -r1.1 -r1.2 pkgsrc/math/isl/buildlink3.mk

cvs diff -r1.1 -r1.2 pkgsrc/math/isl/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/math/isl/buildlink3.mk 2013/02/17 22:10:47 1.1
+++ pkgsrc/math/isl/buildlink3.mk 2021/08/30 11:22:53 1.2
@@ -1,13 +1,15 @@ @@ -1,13 +1,15 @@
1# $NetBSD: buildlink3.mk,v 1.1 2013/02/17 22:10:47 wiz Exp $ 1# $NetBSD: buildlink3.mk,v 1.2 2021/08/30 11:22:53 micha Exp $
2 2
3BUILDLINK_TREE+= isl 3BUILDLINK_TREE+= isl
4 4
5.if !defined(ISL_BUILDLINK3_MK) 5.if !defined(ISL_BUILDLINK3_MK)
6ISL_BUILDLINK3_MK:= 6ISL_BUILDLINK3_MK:=
7 7
8BUILDLINK_API_DEPENDS.isl+= isl>=0.11.1 8BUILDLINK_API_DEPENDS.isl+= isl>=0.11.1
9BUILDLINK_PKGSRCDIR.isl?= ../../math/isl 9BUILDLINK_PKGSRCDIR.isl?= ../../math/isl
10 10
 11.include "../../devel/gmp/buildlink3.mk"
 12
11.endif # ISL_BUILDLINK3_MK 13.endif # ISL_BUILDLINK3_MK
12 14
13BUILDLINK_TREE+= -isl 15BUILDLINK_TREE+= -isl