Received: by mail.netbsd.org (Postfix, from userid 605) id B070F84D68; Fri, 26 Oct 2018 10:09:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BF45884D5F for ; Fri, 26 Oct 2018 10:09:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id NkSHYRbgOezF for ; Fri, 26 Oct 2018 10:09:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id EDB5784CFC for ; Fri, 26 Oct 2018 10:09:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E3B6AFBEE; Fri, 26 Oct 2018 10:09:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1540548570204650" MIME-Version: 1.0 Date: Fri, 26 Oct 2018 10:09:30 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/cross/freemint-binutils To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20181026100930.E3B6AFBEE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1540548570204650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1540548570204650 Content-Disposition: inline Content-Length: 802 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1540548570204650--