simply patch logic, from brad@
This commit is contained in:
parent
570ba4bcac
commit
bad300c0c0
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2003/08/19 03:52:27 jolan Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2003/09/24 05:50:39 jolan Exp $
|
||||
|
||||
.if ${MACHINE_ARCH} == "powerpc"
|
||||
BROKEN= "config file parser bug on ${MACHINE_ARCH}"
|
||||
@ -32,20 +32,18 @@ MODULES= iconv
|
||||
|
||||
# XXX workaround gcc bugs on sparc64
|
||||
.if ${MACHINE_ARCH} == "sparc64"
|
||||
PATCH_LIST= gcc-* patch-*
|
||||
PATCH_LIST+= gcc-*
|
||||
.endif
|
||||
|
||||
FLAVORS= operops
|
||||
FLAVOR?=
|
||||
|
||||
.if ${FLAVOR:L:Moperops}
|
||||
.if ${MACHINE_ARCH} == "sparc64"
|
||||
PATCH_LIST= gcc-* operops-* patch-*
|
||||
.else
|
||||
PATCH_LIST= operops-* patch-*
|
||||
.endif
|
||||
PATCH_LIST+= operops-*
|
||||
.endif
|
||||
|
||||
PATCH_LIST+= patch-*
|
||||
|
||||
CONFIGURE_STYLE=autoconf
|
||||
AUTOCONF_VERSION=2.54
|
||||
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC} ${WRKSRC}/lib/silcmath/mpi
|
||||
|
Loading…
x
Reference in New Issue
Block a user