Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jun 2015 16:47:44 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389075 - head/science/hdf5
Message-ID:  <201506101647.t5AGliPa027092@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
    - --with-pthread=/usr is only valid with --enable-threadsafe
  
  PR:		200728
  Submitted by:	Taoka Fumiyoshi <fmysh@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506101647.t5AGliPa027092>