pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/gnustep-objc



Module Name:    pkgsrc
Committed By:   pho
Date:           Sun Nov 28 15:45:13 UTC 2021

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

Log Message:
Support RELRO

When running cmake it is required to do ${SETENV} ${CONFIGURE_ENV},
otherwise pkgsrc LDFLAGS will not be passed to cmake.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/gnustep-objc/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-objc/Makefile
diff -u pkgsrc/devel/gnustep-objc/Makefile:1.35 pkgsrc/devel/gnustep-objc/Makefile:1.36
--- pkgsrc/devel/gnustep-objc/Makefile:1.35     Wed Nov  4 08:36:52 2020
+++ pkgsrc/devel/gnustep-objc/Makefile  Sun Nov 28 15:45:13 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2020/11/04 08:36:52 triaxx Exp $
+# $NetBSD: Makefile,v 1.36 2021/11/28 15:45:13 pho Exp $
 
 DISTNAME=      libobjc2-1.8.1
 PKGNAME=       ${DISTNAME:S/libobjc2/gnustep-objc/}
@@ -23,7 +23,8 @@ MAKE_ENV+=                    MINOR_VERSION=6
 INSTALLATION_DIRS=             lib include/objc
 
 do-configure:
-       cd ${WRKSRC} && ${CMAKE} -Wno-dev ${CMAKE_ARGS} .
+       cd ${WRKSRC} && \
+               ${SETENV} ${CONFIGURE_ENV} ${CMAKE} -Wno-dev ${CMAKE_ARGS} .
 
 .include "../../devel/gnustep-make/buildlink3.mk"
 .include "../../mk/compiler.mk"



Home | Main Index | Thread Index | Old Index