svn commit: r482292 - head/devel/boost-python-libs

Jan Beich jbeich at FreeBSD.org
Wed Oct 17 12:46:57 UTC 2018


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


More information about the svn-ports-head mailing list