svn commit: r534846 - head/devel/gmake/files

Tijl Coosemans tijl at FreeBSD.org
Sun May 10 11:51:32 UTC 2020


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 at 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)


More information about the svn-ports-head mailing list