Received: by mail.netbsd.org (Postfix, from userid 605) id 38C8984D43; Tue, 14 Sep 2021 10:50:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7499184D21 for ; Tue, 14 Sep 2021 10:50:49 +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 3QtjllDS4aJi for ; Tue, 14 Sep 2021 10:50:49 +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 C537984CED for ; Tue, 14 Sep 2021 10:50:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B9293FA97; Tue, 14 Sep 2021 10:50:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1631616648293550" MIME-Version: 1.0 Date: Tue, 14 Sep 2021 10:50:48 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/mk/platform To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20210914105048.B9293FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1631616648293550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Tue Sep 14 10:50:48 UTC 2021 Modified Files: pkgsrc/mk/platform: Darwin.mk Log Message: Remove stuff inadvertently included in previous (thanks wiz@). To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.106 pkgsrc/mk/platform/Darwin.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1631616648293550 Content-Disposition: inline Content-Length: 1064 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mk/platform/Darwin.mk diff -u pkgsrc/mk/platform/Darwin.mk:1.105 pkgsrc/mk/platform/Darwin.mk:1.106 --- pkgsrc/mk/platform/Darwin.mk:1.105 Tue Sep 14 10:33:26 2021 +++ pkgsrc/mk/platform/Darwin.mk Tue Sep 14 10:50:48 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Darwin.mk,v 1.105 2021/09/14 10:33:26 schmonz Exp $ +# $NetBSD: Darwin.mk,v 1.106 2021/09/14 10:50:48 schmonz Exp $ # # Variable definitions for the Darwin operating system. @@ -209,15 +209,6 @@ _STRIPFLAG_INSTALL?= ${_INSTALL_UNSTRIPP # to avoid a test required by the libtool script that takes forever. _OPSYS_MAX_CMDLEN_CMD= /usr/sbin/sysctl -n kern.argmax -.if ${MACHINE_ARCH} == "aarch64" -CWRAPPERS_APPEND.cc+= -arch arm64 -CWRAPPERS_APPEND.cxx+= -arch arm64 -CWRAPPERS_APPEND.ld+= -arch arm64 -_WRAP_EXTRA_ARGS.CC+= -arch arm64 -_WRAP_EXTRA_ARGS.CXX+= -arch arm64 -_WRAP_EXTRA_ARGS.LD+= -arch arm64 -.endif - # Darwin 7.7.x has poll() in libc, but no poll.h. Try to help GNU # configure packages that break because of this by pretending that # there is no poll(). --_----------=_1631616648293550--