diff options
author | nia <nia@pkgsrc.org> | 2021-10-01 15:07:46 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-10-01 15:07:46 +0000 |
commit | 7464f4264805c3432a90d8b65cf8edd9f1e2cdb3 (patch) | |
tree | 33876c5fdddf64d30842771ba1b319cac8d6d29a | |
parent | 43ce0de5bf54f32cc121a51f3a67c69b8adb90bd (diff) | |
download | pkgsrc-7464f4264805c3432a90d8b65cf8edd9f1e2cdb3.tar.gz |
swc: mark unsupported with MKPIE for now
-rw-r--r-- | wm/swc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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 |