3ccd55cafa
- build python with CXX, fixes problems with extensions that use CXX such as the py-wxWidgets problem spotted by john.danks at gmail.com from alek@ some time ago
13 lines
294 B
Makefile
13 lines
294 B
Makefile
# $OpenBSD: Makefile,v 1.11 2007/01/10 16:57:56 steven Exp $
|
|
|
|
VERSION= 2.4
|
|
PATCHLEVEL= .4
|
|
PKG_PATCHLEVEL= p1
|
|
SHARED_LIBS= python2.4 0.0
|
|
|
|
.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "sparc64"
|
|
PATCH_LIST= patch-* sup64-*
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|