this is a generic 64bit diff that applies to alpha, too

This commit is contained in:
sturm 2003-12-31 12:05:22 +00:00
parent e7deb51546
commit 81277bd19a
2 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
$OpenBSD: gcc-Lib_test_regrtest_py,v 1.1 2003/12/30 22:21:25 sturm Exp $
$OpenBSD: sup64-Lib_test_regrtest_py,v 1.1 2003/12/31 12:05:22 sturm Exp $
--- Lib/test/regrtest.py.orig 2003-04-01 00:11:45.000000000 +0200
+++ Lib/test/regrtest.py 2003-12-30 19:48:30.000000000 +0100
@@ -718,6 +718,7 @@

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.12 2003/12/30 17:05:30 sturm Exp $
# $OpenBSD: Makefile.inc,v 1.13 2003/12/31 12:05:22 sturm 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
@ -143,7 +143,11 @@ CONFIGURE_ARGS+= --with-fpectl --with-threads
REGRESS_TARGET= test
.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64"
.if ${MACHINE_ARCH} == "alpha"
PATCH_LIST= patch-* sup64-*
NO64BIT= \#
.elif ${MACHINE_ARCH} == "sparc64"
PATCH_LIST= patch-* sup64-* gcc-*
NO64BIT= \#
.endif
@ -165,10 +169,6 @@ FAKE_FLAGS+= MAJOR=0 MINOR=0 LDLIBRARY=libpython${VERSION}.so.0.0 \
LD_LIBRARY_PATH=${WRKSRC} RANLIB=:
.endif
.if ${MACHINE_ARCH} == "sparc64"
PATCH_LIST= patch-* gcc-*
.endif
ALL_TARGET= all ./Lib/plat-openbsd3
post-configure: