Remove surrounding quotes in BROKEN
This commit is contained in:
parent
376b75df06
commit
d071e2d9e3
@ -1,7 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2007/04/01 16:44:19 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2007/09/16 02:59:32 merdely Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= alpha i386 m68k sparc sparc64 powerpc vax
|
||||
BROKEN='adjust for types changes'
|
||||
BROKEN=adjust for types changes
|
||||
|
||||
V=3.4.6
|
||||
FULL_VERSION=3.4-20060103
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.26 2007/09/15 20:38:21 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.27 2007/09/16 02:59:32 merdely Exp $
|
||||
|
||||
COMMENT= C library to parse CGI Forms
|
||||
|
||||
@ -20,7 +20,7 @@ MASTER_SITES= http://resnet.uoregon.edu/~gurney_j/jmpc/dist/
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
.if $(MACHINE_ARCH) == "alpha"
|
||||
BROKEN= "Alpha architecture not yet supported"
|
||||
BROKEN= Alpha architecture not yet supported
|
||||
.endif
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
Loading…
x
Reference in New Issue
Block a user