pkgsrc-WIP-changes archive

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

libxslt-32: Adapt buildlink3.mk to make it work with libxslt-32



Module Name:	pkgsrc-wip
Committed By:	Naveen Narayanan <zerous@nocebo.space>
Pushed By:	zerous
Date:		Tue Jul 9 20:16:13 2019 +0200
Changeset:	3c3a9b99efd146dd3ebbd28a85d0fcf8cbbfced7

Modified Files:
	libxslt-32/buildlink3.mk

Log Message:
libxslt-32: Adapt buildlink3.mk to make it work with libxslt-32

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

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

diffstat:
 libxslt-32/buildlink3.mk | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diffs:
diff --git a/libxslt-32/buildlink3.mk b/libxslt-32/buildlink3.mk
index 19f5764d2a..4965643d0a 100644
--- a/libxslt-32/buildlink3.mk
+++ b/libxslt-32/buildlink3.mk
@@ -1,16 +1,17 @@
 # $NetBSD: buildlink3.mk,v 1.19 2014/01/01 11:52:03 wiz Exp $
 
-BUILDLINK_TREE+=	libxslt
+BUILDLINK_TREE+=	compat32_libxslt
 
-.if !defined(LIBXSLT_BUILDLINK3_MK)
-LIBXSLT_BUILDLINK3_MK:=
+.if !defined(COMPAT32_LIBXSLT_BUILDLINK3_MK)
+COMPAT32_LIBXSLT_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.libxslt+=	libxslt>=1.1.8
-BUILDLINK_ABI_DEPENDS.libxslt+=	libxslt>=1.1.28nb2
-BUILDLINK_PKGSRCDIR.libxslt?=	../../textproc/libxslt
+BUILDLINK_API_DEPENDS.compat32_libxslt+=	compat32_libxslt>=1.1.8
+BUILDLINK_ABI_DEPENDS.compat32_libxslt+=	compat32_libxslt>=1.1.28nb2
+BUILDLINK_PKGSRCDIR.compat32_libxslt?=	../../wip/libxslt-32
+BUILDLINK.LIBDIRS.compat32_libxslt=	lib/32
 
-.include "../../security/libgcrypt/buildlink3.mk"
+.include "../../wip/libgcrypt-32/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
-.endif # LIBXSLT_BUILDLINK3_MK
+.endif # COMPAT32_LIBXSLT_BUILDLINK3_MK
 
-BUILDLINK_TREE+=	-libxslt
+BUILDLINK_TREE+=	-compat32_libxslt


Home | Main Index | Thread Index | Old Index