pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/swc



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Oct  1 15:07:46 UTC 2021

Modified Files:
        pkgsrc/wm/swc: Makefile

Log Message:
swc: mark unsupported with MKPIE for now


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/wm/swc/Makefile

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

Modified files:

Index: pkgsrc/wm/swc/Makefile
diff -u pkgsrc/wm/swc/Makefile:1.11 pkgsrc/wm/swc/Makefile:1.12
--- pkgsrc/wm/swc/Makefile:1.11 Mon Aug 17 20:17:47 2020
+++ pkgsrc/wm/swc/Makefile      Fri Oct  1 15:07:46 2021
@@ -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



Home | Main Index | Thread Index | Old Index