pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/gnustep-base



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Mar  9 16:34:49 UTC 2022

Modified Files:
        pkgsrc/devel/gnustep-base: Makefile

Log Message:
gnustep-base: MKPIE not supported


To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 pkgsrc/devel/gnustep-base/Makefile

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

Modified files:

Index: pkgsrc/devel/gnustep-base/Makefile
diff -u pkgsrc/devel/gnustep-base/Makefile:1.97 pkgsrc/devel/gnustep-base/Makefile:1.98
--- pkgsrc/devel/gnustep-base/Makefile:1.97     Wed Dec  8 16:01:52 2021
+++ pkgsrc/devel/gnustep-base/Makefile  Wed Mar  9 16:34:48 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.97 2021/12/08 16:01:52 adam Exp $
+# $NetBSD: Makefile,v 1.98 2022/03/09 16:34:48 nia Exp $
 
 DISTNAME=      gnustep-base-1.27.0
 PKGREVISION=   8
@@ -20,6 +20,9 @@ CONFIGURE_ARGS+=      --enable-stricticonv
 CONFIGURE_ENV+=                INSTALL_PROGRAM=${INSTALL_SCRIPT:Q}
 MAKE_FILE=             GNUmakefile
 
+# ld: -r and -pie may not be used together
+MKPIE_SUPPORTED=       no
+
 # GSMime.m:1098:7: error: array subscript is of type 'char' [-Werror,-Wchar-subscripts]
 # if (isxdigit(*src) && ctxt->pos < sizeof(ctxt->buf))
 # Looks suspicious, but ignore for now.



Home | Main Index | Thread Index | Old Index