From e29be635e5c8db0d8fff7091e62eea5302fb9a58 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Tue, 27 Nov 2018 17:10:21 +0000 Subject: Fix build on powerpc64 PR: 233569 Submitted by: Piotr Kubaj --- science/hdf5/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'science') diff --git a/science/hdf5/Makefile b/science/hdf5/Makefile index fb9b847af21d..b88a0c7f76ff 100644 --- a/science/hdf5/Makefile +++ b/science/hdf5/Makefile @@ -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= * -- cgit