summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-06-07 15:39:07 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-06-07 15:39:07 +0000
commit5813b1ddaceccaf25e5a703a79f4fd801f3d063e (patch)
treee5383959f2c19b927767995bbbb7cfb381065e3b
parent- Switch to USES=autoreconf (diff)
- Fix build with FORTRAN enabled
Build failure with FORTRAN enabled was caused by configure-generated LDFLAGS where -L/usr/lib appeared before -L${LOCALBASE}/lib/gcc48. It is the simplest way to solve this problem by removing --with-zlib from CONFIGURE_ARGS. PR: 200590 Submitted by: Taoka Fumiyoshi <fmysh@iijmio-mail.jp>
Notes
Notes: svn path=/head/; revision=388724
-rw-r--r--science/hdf5/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/science/hdf5/Makefile b/science/hdf5/Makefile
index 6a17c1064467..5dc8a753acb2 100644
--- a/science/hdf5/Makefile
+++ b/science/hdf5/Makefile
@@ -25,8 +25,7 @@ CONFIGURE_ARGS= --enable-cxx \
--enable-hl \
--enable-instrument \
--enable-strict-format-checks \
- --with-pthread=/usr \
- --with-zlib=/usr
+ --with-pthread=/usr
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
MAKE_JOBS_UNSAFE= yes