fix braino in PATCH_LIST handling
This commit is contained in:
parent
fe4c7290ab
commit
220641dd7f
@ -1,8 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2004/01/03 17:32:57 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2004/01/08 21:11:23 sturm Exp $
|
||||
|
||||
VERSION= 2.1
|
||||
PATCHLEVEL= .3
|
||||
PKG_PATCHLEVEL= p2
|
||||
|
||||
.if ${MACHINE_ARCH} == "sparc64"
|
||||
PATCH_LIST= patch-* gcc-*
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
|
@ -1,8 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2004/01/03 17:32:57 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2004/01/08 21:11:23 sturm Exp $
|
||||
|
||||
VERSION= 2.2
|
||||
PATCHLEVEL= .3
|
||||
PKG_PATCHLEVEL= p0
|
||||
|
||||
.if ${MACHINE_ARCH} == "alpha"
|
||||
PATCH_LIST= patch-* sup64-*
|
||||
.elif ${MACHINE_ARCH} == "sparc64"
|
||||
PATCH_LIST= patch-* sup64-* gcc-*
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2003/12/31 17:38:25 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2004/01/08 21:11:23 sturm Exp $
|
||||
|
||||
VERSION= 2.3
|
||||
PATCHLEVEL= .3
|
||||
@ -17,4 +17,10 @@ LIB_DEPENDS= bz2::archivers/bzip2
|
||||
|
||||
FLAVORS= no_bsddb
|
||||
|
||||
.if ${MACHINE_ARCH} == "alpha"
|
||||
PATCH_LIST= patch-* sup64-*
|
||||
.elif ${MACHINE_ARCH} == "sparc64"
|
||||
PATCH_LIST= patch-* sup64-* gcc-*
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.14 2003/12/31 17:40:20 sturm Exp $
|
||||
# $OpenBSD: Makefile.inc,v 1.15 2004/01/08 21:11: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
|
||||
@ -160,11 +160,7 @@ CONFIGURE_ARGS+= --with-fpectl --with-threads
|
||||
|
||||
REGRESS_TARGET= test
|
||||
|
||||
.if ${MACHINE_ARCH} == "alpha"
|
||||
PATCH_LIST= patch-* sup64-*
|
||||
NO64BIT= \#
|
||||
.elif ${MACHINE_ARCH} == "sparc64"
|
||||
PATCH_LIST= patch-* sup64-* gcc-*
|
||||
.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64"
|
||||
NO64BIT= \#
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user