Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Apr 2019 01:16:12 +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: r499229 - head/devel/boost-python-libs
Message-ID:  <201904180116.x3I1GCl8046690@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



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