Date: Sun, 27 Sep 2015 21:58:18 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398059 - in head/devel: boost-all boost-python-libs Message-ID: <201509272158.t8RLwIjn002014@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sun Sep 27 21:58:17 2015 New Revision: 398059 URL: https://svnweb.freebsd.org/changeset/ports/398059 Log: devel/boost-*: remove nop ARCH-specific *FLAGS regressed by r317845 Approved by: office (truckman, bapt) (maintainer) Differential Revision: https://reviews.freebsd.org/D3739 Modified: head/devel/boost-all/compiled.mk (contents, props changed) head/devel/boost-python-libs/Makefile (contents, props changed) Modified: head/devel/boost-all/compiled.mk ============================================================================== --- head/devel/boost-all/compiled.mk Sun Sep 27 21:39:00 2015 (r398058) +++ head/devel/boost-all/compiled.mk Sun Sep 27 21:58:17 2015 (r398059) @@ -13,10 +13,6 @@ PKG_MESSAGE_FILE_PYTHON= ${PORTSDIR}/dev BJAM_ARGS= --layout=system \ --prefix=${PREFIX} \ -.if ${ARCH} == amd64 -BJAM_ARGS+= cxxflags=-fPIC -.endif - # Our compiler-flags will be added AFTER those set by bjam. We remove # the optimization level, because Boost sets it itself (to -O3 in case # of gcc/g++): Modified: head/devel/boost-python-libs/Makefile ============================================================================== --- head/devel/boost-python-libs/Makefile Sun Sep 27 21:39:00 2015 (r398058) +++ head/devel/boost-python-libs/Makefile Sun Sep 27 21:58:17 2015 (r398059) @@ -13,10 +13,6 @@ VERBOSE_BUILD_DESC= Show compiler messag .include "${.CURDIR}/../boost-all/compiled.mk" -.if ${ARCH} == "sparc64" -CXXFLAGS= -O0 -.endif - MAKE_ENV+= PYTHON_ROOT="${LOCALBASE}"\ PYTHON_VERSION="${PYTHON_VERSION}"\ PYTHON_INCLUDES="${PYTHON_INCLUDEDIR}"\
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509272158.t8RLwIjn002014>