pkgsrc-Changes archive

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

CVS commit: pkgsrc/cross



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Nov 18 16:05:28 UTC 2021

Modified Files:
        pkgsrc/cross/freemint-gcc: Makefile
        pkgsrc/cross/freemint-pml: Makefile

Log Message:
freemint-*: disable MKPIE some more


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/cross/freemint-gcc/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/cross/freemint-pml/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-gcc/Makefile
diff -u pkgsrc/cross/freemint-gcc/Makefile:1.5 pkgsrc/cross/freemint-gcc/Makefile:1.6
--- pkgsrc/cross/freemint-gcc/Makefile:1.5      Sun Jan 28 16:24:12 2018
+++ pkgsrc/cross/freemint-gcc/Makefile  Thu Nov 18 16:05:28 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2018/01/28 16:24:12 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2021/11/18 16:05:28 nia Exp $
 
 DISTNAME=              gcc-4.6.4
 PKGNAME=               cross-freemint-${DISTNAME}
@@ -43,6 +43,8 @@ CONFIGURE_ARGS+=      --disable-libstdcxx-pch
 CONFIGURE_ARGS+=       --disable-nls
 CONFIGURE_ARGS+=       --disable-multilib
 
+MKPIE_SUPPORTED=       no
+
 MAKE_ENV+=             SHELL=${TOOLS_PATH.bash}
 MAKE_ENV+=             FREEMINT_PREFIX=${FREEMINT_PREFIX}
 MAKE_ENV+=             WRKSRC=${WRKSRC}

Index: pkgsrc/cross/freemint-pml/Makefile
diff -u pkgsrc/cross/freemint-pml/Makefile:1.3 pkgsrc/cross/freemint-pml/Makefile:1.4
--- pkgsrc/cross/freemint-pml/Makefile:1.3      Sun Jan 28 16:24:12 2018
+++ pkgsrc/cross/freemint-pml/Makefile  Thu Nov 18 16:05:28 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2018/01/28 16:24:12 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2021/11/18 16:05:28 nia Exp $
 
 DISTNAME=              pml-2.03
 PKGNAME=               cross-freemint-${DISTNAME}
@@ -27,6 +27,8 @@ PATCHFILES+=  pml-2.03-mint-20110207.patc
 TOOL_DEPENDS+=         gtexinfo>=5.1:../../devel/gtexinfo
 TOOLS_PLATFORM.makeinfo=
 
+MKPIE_SUPPORTED=       no
+
 DEPENDS+=      cross-freemint-binutils-[0-9]*:../../cross/freemint-binutils
 DEPENDS+=      cross-freemint-mintbin-[0-9]*:../../cross/freemint-mintbin
 



Home | Main Index | Thread Index | Old Index