pkgsrc-WIP-changes archive

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

cgal: fix path to itself in buildlink3.mk



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Sat Sep 24 08:55:35 2022 +0200
Changeset:	83ea7547c732b01729c6fa26292ce32fd1963e77

Modified Files:
	cgal/buildlink3.mk

Log Message:
cgal: fix path to itself in buildlink3.mk

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=83ea7547c732b01729c6fa26292ce32fd1963e77

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

diffstat:
 cgal/buildlink3.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/cgal/buildlink3.mk b/cgal/buildlink3.mk
index fc1df585a1..3f6c8f1185 100644
--- a/cgal/buildlink3.mk
+++ b/cgal/buildlink3.mk
@@ -7,7 +7,7 @@ CGAL_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.cgal+=	cgal>=5.1
 BUILDLINK_ABI_DEPENDS.cgal+=	cgal>=5.1
-BUILDLINK_PKGSRCDIR.cgal?=	../../math/cgal
+BUILDLINK_PKGSRCDIR.cgal?=	../../wip/cgal
 
 .include "../../devel/boost-headers/buildlink3.mk"
 .include "../../devel/boost-libs/buildlink3.mk"


Home | Main Index | Thread Index | Old Index