djm 76c76e5029 Fix crash in readline module when using completion caused by bad
implicit prototype of legacy completion_matches function.
Report and fix from henry AT precheur.org
2008-06-30 00:29:32 +00:00

22 lines
451 B
Makefile

# $OpenBSD: Makefile,v 1.22 2008/06/30 00:29:32 djm Exp $
VERSION= 2.5
PATCHLEVEL= .2
PKG_PATCHLEVEL= p2
SHARED_LIBS= python2.5 0.0
# PSUBDIR= python/${VERSION}
.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "sparc64"
PATCH_LIST= patch-* sup64-*
.endif
AUTOCONF_VERSION= 2.61
CONFIGURE_ARGS+= --with-cxx_main
ALL_TARGET = everything
post-extract:
rm -r ${WRKDIST}/Modules/expat
.include <bsd.port.mk>