svn commit: r500261 - head/devel/global

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Apr 27 18:28:28 UTC 2019


Author: sunpoet
Date: Sat Apr 27 18:28:22 2019
New Revision: 500261
URL: https://svnweb.freebsd.org/changeset/ports/500261

Log:
  Fix build on powerpc
  
  PR:		237599
  Submitted by:	pkubaj

Modified:
  head/devel/global/Makefile

Modified: head/devel/global/Makefile
==============================================================================
--- head/devel/global/Makefile	Sat Apr 27 18:28:17 2019	(r500260)
+++ head/devel/global/Makefile	Sat Apr 27 18:28:22 2019	(r500261)
@@ -14,10 +14,12 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 OPTIONS_DEFINE=	DOCS
 
+USES=		libtool ncurses perl5 shebangfix
+
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	check
-USES=		libtool ncurses perl5 shebangfix
+USE_CSTD=	c99
 
 INFO=		global
 PORTDOCS=	AUTHORS ChangeLog FAQ INSTALL LICENSE NEWS README THANKS


More information about the svn-ports-all mailing list