1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- 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>
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-06-07 15:39:07 +00:00
parent 84a42fa193
commit 5813b1ddac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388724

View File

@ -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