From owner-svn-ports-head@freebsd.org Sun May 10 11:51:32 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BD6BA2E424B; Sun, 10 May 2020 11:51:32 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49Kj8N4gvwz46fM; Sun, 10 May 2020 11:51:32 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9BDE14B63; Sun, 10 May 2020 11:51:32 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04ABpW8M090797; Sun, 10 May 2020 11:51:32 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04ABpW4F090796; Sun, 10 May 2020 11:51:32 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <202005101151.04ABpW4F090796@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 10 May 2020 11:51:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r534846 - head/devel/gmake/files X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: head/devel/gmake/files X-SVN-Commit-Revision: 534846 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 May 2020 11:51:32 -0000 Author: tijl Date: Sun May 10 11:51:32 2020 New Revision: 534846 URL: https://svnweb.freebsd.org/changeset/ports/534846 Log: Fix build on arm. PR: 246351 Reported by: Herbert J. Skuhra Added: head/devel/gmake/files/patch-src-makeint.h (contents, props changed) Added: head/devel/gmake/files/patch-src-makeint.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/gmake/files/patch-src-makeint.h Sun May 10 11:51:32 2020 (r534846) @@ -0,0 +1,10 @@ +--- src/makeint.h.orig 2020-01-19 20:32:59 UTC ++++ src/makeint.h +@@ -116,7 +116,6 @@ extern int errno; + + /* Some systems define _POSIX_VERSION but are not really POSIX.1. */ + #if (defined (butterfly) || defined (__arm) || (defined (__mips) && defined (_SYSTYPE_SVR3)) || (defined (sequent) && defined (i386))) +-# undef POSIX + #endif + + #if !defined (POSIX) && defined (_AIX) && defined (_POSIX_SOURCE)