pkgsrc-WIP-changes archive

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

wayland: needs libepoll-shim in buildlink3



Module Name:	pkgsrc-wip
Committed By:	nia <nia%netbsd.org@localhost>
Pushed By:	nee
Date:		Mon Aug 12 18:25:51 2019 +0100
Changeset:	d926f7361234613e959c6f59e192104006373646

Modified Files:
	wayland/buildlink3.mk

Log Message:
wayland: needs libepoll-shim in buildlink3

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

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

diffstat:
 wayland/buildlink3.mk | 4 ++++
 1 file changed, 4 insertions(+)

diffs:
diff --git a/wayland/buildlink3.mk b/wayland/buildlink3.mk
index 80b1819763..411fffd704 100644
--- a/wayland/buildlink3.mk
+++ b/wayland/buildlink3.mk
@@ -8,6 +8,10 @@ WAYLAND_BUILDLINK3_MK:=
 BUILDLINK_API_DEPENDS.wayland+=	wayland>=1.9.90
 BUILDLINK_PKGSRCDIR.wayland?=	../../wip/wayland
 
+.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} != "Linux"
+.  include "../../wip/libepoll-shim/buildlink3.mk"
+.endif
 .include "../../devel/libffi/buildlink3.mk"
 .endif	# WAYLAND_BUILDLINK3_MK
 


Home | Main Index | Thread Index | Old Index