diff --git a/lang/gcc/3.4/Makefile b/lang/gcc/3.4/Makefile index 0b3eda8aa42..40baa9737d1 100644 --- a/lang/gcc/3.4/Makefile +++ b/lang/gcc/3.4/Makefile @@ -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 diff --git a/www/cgiparse/Makefile b/www/cgiparse/Makefile index b76a6a78d67..90a2a59054f 100644 --- a/www/cgiparse/Makefile +++ b/www/cgiparse/Makefile @@ -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