Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Nov 2018 17:10:21 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r486038 - head/science/hdf5
Message-ID:  <201811271710.wARHALVX053152@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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=	*
 



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