diff options
author | linimon <linimon@FreeBSD.org> | 2018-12-24 00:54:24 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-12-24 00:54:24 +0800 |
commit | 4c43a2f3e590eb4fac5f82278824dac2f2c70896 (patch) | |
tree | 15c4ee1b3c4e57e8d508331476cee41550559724 /science/hdf5/Makefile | |
parent | 985026056306c20276bc7e66f07420192402b1db (diff) | |
download | freebsd-ports-gnome-4c43a2f3e590eb4fac5f82278824dac2f2c70896.tar.gz freebsd-ports-gnome-4c43a2f3e590eb4fac5f82278824dac2f2c70896.tar.zst freebsd-ports-gnome-4c43a2f3e590eb4fac5f82278824dac2f2c70896.zip |
After the upgrade to GCC 8, there's a new error: HDF_NO_UBSAN needs
to be specified before function name.
Additionally, remove unnecessary USE_CSTD.
PR: 233979
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'science/hdf5/Makefile')
-rw-r--r-- | science/hdf5/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/science/hdf5/Makefile b/science/hdf5/Makefile index 92b2cad49c24..c9f32b30d839 100644 --- a/science/hdf5/Makefile +++ b/science/hdf5/Makefile @@ -30,7 +30,6 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip MAKE_JOBS_UNSAFE= yes TEST_TARGET= check -USE_CSTD= c11 USE_LDCONFIG= yes PORTEXAMPLES= * |