pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/gnustep-back



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Mar 27 08:11:35 UTC 2022

Modified Files:
        pkgsrc/x11/gnustep-back: Makefile

Log Message:
gnustep-back: disable MKPIE (for now) due to partial linking


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/x11/gnustep-back/Makefile

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

Modified files:

Index: pkgsrc/x11/gnustep-back/Makefile
diff -u pkgsrc/x11/gnustep-back/Makefile:1.83 pkgsrc/x11/gnustep-back/Makefile:1.84
--- pkgsrc/x11/gnustep-back/Makefile:1.83       Wed Dec  8 16:02:50 2021
+++ pkgsrc/x11/gnustep-back/Makefile    Sun Mar 27 08:11:35 2022
@@ -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}
 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:



Home | Main Index | Thread Index | Old Index