pkgsrc-Changes archive

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

CVS commit: pkgsrc/cross/freemint-mintlib



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jan 21 22:56:58 UTC 2025

Modified Files:
        pkgsrc/cross/freemint-mintlib: Makefile

Log Message:
freemint-mintlib: disable PKGSRC_USE_STACK_CHECK

The compiler is too old to build with the flags this adds.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/cross/freemint-mintlib/Makefile

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

Modified files:

Index: pkgsrc/cross/freemint-mintlib/Makefile
diff -u pkgsrc/cross/freemint-mintlib/Makefile:1.12 pkgsrc/cross/freemint-mintlib/Makefile:1.13
--- pkgsrc/cross/freemint-mintlib/Makefile:1.12 Tue Jun 28 11:31:14 2022
+++ pkgsrc/cross/freemint-mintlib/Makefile      Tue Jan 21 22:56:58 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2022/06/28 11:31:14 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2025/01/21 22:56:58 wiz Exp $
 
 DISTNAME=              mintlib-CVS-20131219
 PKGNAME=               cross-freemint-${DISTNAME:S/CVS-//}
@@ -56,6 +56,7 @@ INFO_FILES=           yes
 
 MKPIE_SUPPORTED=       no
 RELRO_SUPPORTED=       no
+PKGSRC_USE_STACK_CHECK=        no
 
 INSTALLATION_DIRS+=    bin
 



Home | Main Index | Thread Index | Old Index