diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
commit | 597afc47baba19000afd8ec4880a2c47975b0367 (patch) | |
tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /science/hdf5 | |
parent | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff) |
Notes
Diffstat (limited to 'science/hdf5')
-rw-r--r-- | science/hdf5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/hdf5/Makefile b/science/hdf5/Makefile index a4a821b79534..d4ae97cb768f 100644 --- a/science/hdf5/Makefile +++ b/science/hdf5/Makefile @@ -48,7 +48,7 @@ FORTRAN_CONFIGURE_OFF= --disable-fortran --disable-fortran2003 FORTRAN_CONFIGURE_ON= --enable-fortran --enable-fortran2003 FORTRAN_USES= fortran SZIP_CONFIGURE_ON= --with-szlib=${LOCALBASE} -SZIP_LIB_DEPENDS= libsz.so:${PORTSDIR}/science/szip +SZIP_LIB_DEPENDS= libsz.so:science/szip post-patch: @${REINPLACE_CMD} -e 's|-O3||g' ${WRKSRC}/config/gnu-flags |