pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/swc swc: mark unsupported with MKPIE for now



details:   https://anonhg.NetBSD.org/pkgsrc/rev/99fe4b2169a0
branches:  trunk
changeset: 459211:99fe4b2169a0
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Oct 01 15:07:46 2021 +0000

description:
swc: mark unsupported with MKPIE for now

diffstat:

 wm/swc/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 3e895d7a575d -r 99fe4b2169a0 wm/swc/Makefile
--- a/wm/swc/Makefile   Fri Oct 01 14:29:31 2021 +0000
+++ b/wm/swc/Makefile   Fri Oct 01 15:07:46 2021 +0000
@@ -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 @@
 # 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



Home | Main Index | Thread Index | Old Index