Date: Wed, 17 Oct 2018 12:46:56 +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: r482292 - head/devel/boost-python-libs Message-ID: <201810171246.w9HCkuvL024448@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Wed Oct 17 12:46:56 2018 New Revision: 482292 URL: https://svnweb.freebsd.org/changeset/ports/482292 Log: devel/boost-python-libs: switch to FLAVOR This port only supports Python flavors atm. Suggested by: mat Modified: head/devel/boost-python-libs/Makefile (contents, props changed) Modified: head/devel/boost-python-libs/Makefile ============================================================================== --- head/devel/boost-python-libs/Makefile Wed Oct 17 12:46:40 2018 (r482291) +++ head/devel/boost-python-libs/Makefile Wed Oct 17 12:46:56 2018 (r482292) @@ -13,7 +13,7 @@ USES= python USE_PYTHON= flavors # Ignore -Wregister warnings in Python.h -CFLAGS+= ${${PY_FLAVOR}_CFLAGS} +CFLAGS+= ${${FLAVOR}_CFLAGS} py27_CFLAGS= -isystem ${PYTHON_INCLUDEDIR} OPTIONS_DEFINE= DEBUG OPTIMIZED_CFLAGS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810171246.w9HCkuvL024448>