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

Jan Beich jbeich at FreeBSD.org
Thu Apr 18 01:16:13 UTC 2019


Author: jbeich
Date: Thu Apr 18 01:16:12 2019
New Revision: 499229
URL: https://svnweb.freebsd.org/changeset/ports/499229

Log:
  devel/boost-python-libs: drop C++17 workaround after r498698
  
  PR:		235956

Modified:
  head/devel/boost-python-libs/Makefile   (contents, props changed)

Modified: head/devel/boost-python-libs/Makefile
==============================================================================
--- head/devel/boost-python-libs/Makefile	Thu Apr 18 00:58:55 2019	(r499228)
+++ head/devel/boost-python-libs/Makefile	Thu Apr 18 01:16:12 2019	(r499229)
@@ -13,10 +13,6 @@ LIB_DEPENDS=	libboost_thread.so:devel/boost-libs
 USES=		python
 USE_PYTHON=	flavors
 
-# Ignore -Wregister warnings in Python.h
-CFLAGS+=	${${FLAVOR}_CFLAGS}
-py27_CFLAGS=	-isystem ${PYTHON_INCLUDEDIR}
-
 OPTIONS_DEFINE=	DEBUG OPTIMIZED_CFLAGS
 
 .include "${.CURDIR}/../boost-all/common.mk"


More information about the svn-ports-all mailing list