phessler 9e7b773b4a 10 years ago, we needed to build python with c++ to make sure modules
with native c++ code worked fine.  We no longer need to do that, and
llvm errors out with the non-sensical combination of "c++ -std=c99".

this fixes the python build on arm64

tested by sthen@ in an i386 bulk, thanks!

OK sthen@, rpointel@ (maintainer)
2017-02-20 11:04:27 +00:00

22 lines
511 B
Makefile

# $OpenBSD: Makefile,v 1.2 2017/02/20 11:04:27 phessler Exp $
# IMPORTANT! If you make any changes to the Python ports, be sure
# to also update files/CHANGES.OpenBSD for your change. This is a
# requirement of the PSF license, if it constitutes a change to
# Python itself.
VERSION = 3.6
PATCHLEVEL = .0
REVISION = 0
SHARED_LIBS = python3.6m 0.0
VERSION_SPEC = >=3.6,<3.7
CONFIGURE_ARGS += --with-ensurepip=no
CONFIGURE_STYLE = autoconf
PORTROACH = limit:^3\.6
.include <bsd.port.mk>