aboutsummaryrefslogtreecommitdiff
path: root/devel/boost-python-libs
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-04-18 01:16:12 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-04-18 01:16:12 +0000
commitf5d9d35fbbcaa3e741082f70529be5abead969a7 (patch)
tree07c2b9e514ddc78eaeb09e22826f1c86a786c91c /devel/boost-python-libs
parentb5daa7796147058f4939806ba17895d2049b6e2a (diff)
downloadports-f5d9d35fbbcaa3e741082f70529be5abead969a7.tar.gz
ports-f5d9d35fbbcaa3e741082f70529be5abead969a7.zip
devel/boost-python-libs: drop C++17 workaround after r498698
PR: 235956
Notes
Notes: svn path=/head/; revision=499229
Diffstat (limited to 'devel/boost-python-libs')
-rw-r--r--devel/boost-python-libs/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/devel/boost-python-libs/Makefile b/devel/boost-python-libs/Makefile
index 82158dd00426..3685053dea03 100644
--- a/devel/boost-python-libs/Makefile
+++ b/devel/boost-python-libs/Makefile
@@ -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"