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:   nia
Date:           Thu Nov 18 15:43:27 UTC 2021

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

Log Message:
freemint-mintlib: various build fixes


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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.10 pkgsrc/cross/freemint-mintlib/Makefile:1.11
--- pkgsrc/cross/freemint-mintlib/Makefile:1.10 Mon May 24 19:49:26 2021
+++ pkgsrc/cross/freemint-mintlib/Makefile      Thu Nov 18 15:43:27 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2021/05/24 19:49:26 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2021/11/18 15:43:27 nia Exp $
 
 DISTNAME=              mintlib-CVS-20131219
 PKGNAME=               cross-freemint-${DISTNAME:S/CVS-//}
@@ -32,6 +32,7 @@ CONFIGURE_DIRS=               ${GCCNAME}bin
 CONFIGURE_SCRIPT=      ../${GCCNAME}/configure
 
 USE_TOOLS+=            bash:run gmake makeinfo bison flex
+USE_LANGUAGES=         c c++
 TOOLS_BROKEN+=         perl
 GNU_CONFIGURE=         yes
 
@@ -53,6 +54,9 @@ MAKE_ENV+=            DESTDIR=${DESTDIR}
 MAKE_ENV+=             CONFIGURE_DIRS=${CONFIGURE_DIRS}
 INFO_FILES=            yes
 
+MKPIE_SUPPORTED=       no
+RELRO_SUPPORTED=       no
+
 INSTALLATION_DIRS+=    bin
 
 pre-configure:



Home | Main Index | Thread Index | Old Index