Mark libslang as unbroken for powerpc. The problem was a bug in isinf()

which was fixed earlier today.
This commit is contained in:
drahn 2001-05-11 23:19:53 +00:00
parent 0d717fcc95
commit 0255845260

View File

@ -1,11 +1,7 @@
# $OpenBSD: Makefile,v 1.28 2001/05/06 00:13:09 lebel Exp $
# $OpenBSD: Makefile,v 1.29 2001/05/11 23:19:53 drahn Exp $
COMMENT= "stack-based interpreter for terminal applications"
.if ${MACHINE_ARCH} == "powerpc"
BROKEN= "BROKEN on powerpc: reason unknown at the moment"
.endif
DISTNAME= slang-1.4.4
PKGNAME= libslang-1.4.4
CATEGORIES= devel