diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-11-28 01:10:21 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-11-28 01:10:21 +0800 |
commit | e29be635e5c8db0d8fff7091e62eea5302fb9a58 (patch) | |
tree | bbe38e62321339590e01f98cd954107be3d13b39 /science | |
parent | 0081efa84b22db248fd21dc4fa59d9da5a9e261a (diff) | |
download | freebsd-ports-gnome-e29be635e5c8db0d8fff7091e62eea5302fb9a58.tar.gz freebsd-ports-gnome-e29be635e5c8db0d8fff7091e62eea5302fb9a58.tar.zst freebsd-ports-gnome-e29be635e5c8db0d8fff7091e62eea5302fb9a58.zip |
Fix build on powerpc64
PR: 233569
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Diffstat (limited to 'science')
-rw-r--r-- | science/hdf5/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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= * |