svn commit: r486038 - head/science/hdf5

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Nov 27 17:10:27 UTC 2018


Author: sunpoet
Date: Tue Nov 27 17:10:21 2018
New Revision: 486038
URL: https://svnweb.freebsd.org/changeset/ports/486038

Log:
  Fix build on powerpc64
  
  PR:		233569
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/science/hdf5/Makefile

Modified: head/science/hdf5/Makefile
==============================================================================
--- head/science/hdf5/Makefile	Tue Nov 27 17:10:12 2018	(r486037)
+++ head/science/hdf5/Makefile	Tue Nov 27 17:10:21 2018	(r486038)
@@ -19,6 +19,8 @@ OPTIONS_DEFINE=	DEBUG EXAMPLES FORTRAN SZIP
 OPTIONS_DEFAULT=SZIP
 OPTIONS_SUB=	yes
 
+USES=		compiler:c11 libtool localbase tar:bzip2
+
 CONFIGURE_ARGS=	--enable-cxx \
 		--enable-hl \
 		--enable-instrument \
@@ -27,8 +29,8 @@ GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 MAKE_JOBS_UNSAFE=	yes
 TEST_TARGET=	check
+USE_CSTD=	c11
 USE_LDCONFIG=	yes
-USES=		libtool localbase tar:bzip2
 
 PORTEXAMPLES=	*
 


More information about the svn-ports-all mailing list