Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 May 2020 11:51:32 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r534846 - head/devel/gmake/files
Message-ID:  <202005101151.04ABpW4F090796@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <herbert@mailbox.org>

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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005101151.04ABpW4F090796>