From 7464f4264805c3432a90d8b65cf8edd9f1e2cdb3 Mon Sep 17 00:00:00 2001 From: nia Date: Fri, 1 Oct 2021 15:07:46 +0000 Subject: swc: mark unsupported with MKPIE for now --- wm/swc/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wm/swc/Makefile b/wm/swc/Makefile index 7c6d5cfafac..e5984756da6 100644 --- a/wm/swc/Makefile +++ b/wm/swc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2020/08/17 20:17:47 leot Exp $ +# $NetBSD: Makefile,v 1.12 2021/10/01 15:07:46 nia Exp $ DISTNAME= swc-0.0.0.20200228 PKGREVISION= 1 @@ -17,6 +17,9 @@ USE_TOOLS+= gmake pkg-config # Needs access to input, tty, and DRM devices. SPECIAL_PERMS+= bin/swc-launch ${SETUID_ROOT_PERMS} +# "ld: -r and -pie may not be used together" +MKPIE_SUPPORTED= no + PKGCONFIG_OVERRIDE+= swc.pc.in BUILDLINK_API_DEPENDS.libdrm+= libdrm>=2.4.83 -- cgit v1.2.3