diff options
author | miwi <miwi@FreeBSD.org> | 2011-10-29 15:40:51 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-10-29 15:40:51 +0800 |
commit | 132c9cc8514da2aedd6f69b9fd99a6f975cd44e6 (patch) | |
tree | 1d115729e263bf758534d746483c047053326758 /science/hdf5-18 | |
parent | ceb26a3e98549164ff8e0c68ee25a39b28584394 (diff) | |
download | freebsd-ports-gnome-132c9cc8514da2aedd6f69b9fd99a6f975cd44e6.tar.gz freebsd-ports-gnome-132c9cc8514da2aedd6f69b9fd99a6f975cd44e6.tar.zst freebsd-ports-gnome-132c9cc8514da2aedd6f69b9fd99a6f975cd44e6.zip |
- Fix build with FreeBSD 10
Diffstat (limited to 'science/hdf5-18')
-rw-r--r-- | science/hdf5-18/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/science/hdf5-18/Makefile b/science/hdf5-18/Makefile index f7694f8f5812..be6029ef0888 100644 --- a/science/hdf5-18/Makefile +++ b/science/hdf5-18/Makefile @@ -17,6 +17,7 @@ COMMENT= Hierarchical Data Format library (from NCSA) CONFLICTS= hdf-4.* hdf5-1.6.* NO_LATEST_LINK= yes +WITH_FBSD10_FIX=yes USE_BZIP2= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes |