openbsd-ports/lang/python/2.5/Makefile

22 lines
503 B
Makefile
Raw Normal View History

2010-04-15 14:35:02 -04:00
# $OpenBSD: Makefile,v 1.38 2010/04/15 18:35:02 jasper Exp $
2006-11-01 15:59:18 -05:00
VERSION= 2.5
PATCHLEVEL= .4
PKG_PATCHLEVEL= p5
SHARED_LIBS= python2.5 1.0
2006-11-01 15:59:18 -05:00
2010-04-15 14:35:02 -04:00
BROKEN-mips64 = Floating point exception while generating pyc objects
.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "amd64" || \
${MACHINE_ARCH} == "sparc64" || ${MACHINE_ARCH:Mmips64*}
2006-11-01 15:59:18 -05:00
PATCH_LIST= patch-* sup64-*
.endif
AUTOCONF_VERSION= 2.61
CONFIGURE_ARGS+= --with-cxx_main
post-extract:
rm -r ${WRKDIST}/Modules/expat
2006-11-01 15:59:18 -05:00
.include <bsd.port.mk>