summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2022-03-27 08:11:35 +0000
committernia <nia@pkgsrc.org>2022-03-27 08:11:35 +0000
commitc5016abc1f5837701b2a7dafb6f8cc07609c6c80 (patch)
tree54d846844ca6b3f18e2aa209d40925ef7c522b57 /x11
parenteebba4fc95c3c1e6208259411287421afc471eb5 (diff)
downloadpkgsrc-c5016abc1f5837701b2a7dafb6f8cc07609c6c80.tar.gz
gnustep-back: disable MKPIE (for now) due to partial linking
Diffstat (limited to 'x11')
-rw-r--r--x11/gnustep-back/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/gnustep-back/Makefile b/x11/gnustep-back/Makefile
index b37d27b8398..2ba2499fb13 100644
--- a/x11/gnustep-back/Makefile
+++ b/x11/gnustep-back/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.83 2021/12/08 16:02:50 adam Exp $
+# $NetBSD: Makefile,v 1.84 2022/03/27 08:11:35 nia Exp $
GITHUB_PROJECT= libs-back
GITHUB_TAG= back-0_28_0
@@ -20,6 +20,9 @@ CONFIGURE_ARGS+= --exec-prefix=${PREFIX}/libexec/GNUstep
LDFLAGS= ${COMPILER_RPATH_FLAG}${PREFIX}/lib
MAKE_FILE= GNUmakefile
+# /usr/bin/ld: -r and -pie may not be used together
+MKPIE_SUPPORTED= no
+
PLIST_SUBST= API_VERSION=${PKGVERSION_NOREV:C/\.[0-9]$//:C/\.//}
pre-install: