svn commit: r389075 - head/science/hdf5
Sunpoet Po-Chuan Hsieh
sunpoet at freebsd.org
Wed Jun 10 16:56:39 UTC 2015
On Thu, Jun 11, 2015 at 12:47 AM, Sunpoet Po-Chuan Hsieh <
sunpoet at freebsd.org> wrote:
> Author: sunpoet
> Date: Wed Jun 10 16:47:44 2015
> New Revision: 389075
> URL: https://svnweb.freebsd.org/changeset/ports/389075
>
> Log:
> - Remove no-op --with-pthread=/usr from CONFIGURE_ARGS:
> - --enable-threadsafe and --enable-cxx/--enable-cxx are mutually
> exclusive
>
I meant to say "--enable-cxx/--enable-fortran" ...
> - --with-pthread=/usr is only valid with --enable-threadsafe
>
> PR: 200728
> Submitted by: Taoka Fumiyoshi <fmysh at iijmio-mail.jp>
>
> Modified:
> head/science/hdf5/Makefile
>
> Modified: head/science/hdf5/Makefile
>
> ==============================================================================
> --- head/science/hdf5/Makefile Wed Jun 10 16:47:39 2015 (r389074)
> +++ head/science/hdf5/Makefile Wed Jun 10 16:47:44 2015 (r389075)
> @@ -26,8 +26,7 @@ OPTIONS_SUB= yes
> CONFIGURE_ARGS= --enable-cxx \
> --enable-hl \
> --enable-instrument \
> - --enable-strict-format-checks \
> - --with-pthread=/usr
> + --enable-strict-format-checks
> GNU_CONFIGURE= yes
> INSTALL_TARGET= install-strip
> MAKE_JOBS_UNSAFE= yes
>
More information about the svn-ports-head
mailing list