AUTOCONF_VERSION is supposed to be overwritten for particular version of python so replace = with ?= in Makefile.inc to make it possible; ok sturm@, steven@

This commit is contained in:
alek 2007-09-26 14:02:23 +00:00
parent 564932b702
commit 813e72e442
2 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2007/08/29 13:05:12 fgsch Exp $
# $OpenBSD: Makefile,v 1.11 2007/09/26 14:02:23 alek Exp $
VERSION= 2.5
PATCHLEVEL= .1
@ -6,7 +6,6 @@ PKG_PATCHLEVEL= p3
SHARED_LIBS= python2.5 0.0
# PSUBDIR= python/${VERSION}
AUTOCONF_VERSION= 2.59
.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "sparc64"
PATCH_LIST= patch-* sup64-*

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.48 2007/09/16 00:27:06 merdely Exp $
# $OpenBSD: Makefile.inc,v 1.49 2007/09/26 14:02:23 alek 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
@ -132,7 +132,7 @@ FULLPKGNAME-tools= python-tools-${VERSION}${PATCHLEVEL}${PKG_PATCHLEVEL}
FULLPKGNAME-sqlite= python-sqlite-${VERSION}${PATCHLEVEL}${PKG_PATCHLEVEL}
FULLPKGNAME-bz2= python-bz2-${VERSION}${PATCHLEVEL}${PKG_PATCHLEVEL}
AUTOCONF_VERSION=2.59
AUTOCONF_VERSION?=2.59
CONFIGURE_STYLE=autoconf
CONFIGURE_ARGS+=${CONFIGURE_SHARED}
# --srcdir is needed for systrace to work correctly