pkgsrc-Changes archive

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

CVS commit: pkgsrc/cross/freemint-binutils



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Oct 26 10:09:30 UTC 2018

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

Log Message:
freemint-binutils: Assume strerror() is available.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/cross/freemint-binutils/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-binutils/Makefile
diff -u pkgsrc/cross/freemint-binutils/Makefile:1.3 pkgsrc/cross/freemint-binutils/Makefile:1.4
--- pkgsrc/cross/freemint-binutils/Makefile:1.3 Thu Oct 30 21:54:03 2014
+++ pkgsrc/cross/freemint-binutils/Makefile     Fri Oct 26 10:09:30 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2014/10/30 21:54:03 mef Exp $
+# $NetBSD: Makefile,v 1.4 2018/10/26 10:09:30 jperkin Exp $
 
 DISTNAME=      binutils-2.24
 PKGNAME=       cross-freemint-${DISTNAME}
@@ -28,6 +28,9 @@ GNU_CONFIGURE_PREFIX= ${FREEMINT_PREFIX}
 CONFIGURE_ARGS+=       --disable-werror --target=m68k-atari-mint
 INFO_FILES=            yes
 
+# Used in macro tests but never actually set anywhere
+CPPFLAGS+=     -DHAVE_STRERROR=1
+
 INSTALLATION_DIRS+=    bin ${FREEMINT_PREFIX}
 
 # follows to devel/binutils



Home | Main Index | Thread Index | Old Index