From 2b3d9e7f10364f076e1edadad069e41255e1f353 Mon Sep 17 00:00:00 2001 From: brad Date: Sun, 7 Mar 1999 03:40:09 +0000 Subject: [PATCH] oops, uncomment BROKEN lines --- x11/qt/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/x11/qt/Makefile b/x11/qt/Makefile index 021914d300e..a9954981ba7 100644 --- a/x11/qt/Makefile +++ b/x11/qt/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 1999/03/07 02:25:55 brad Exp $ +# $OpenBSD: Makefile,v 1.12 1999/03/07 03:40:09 brad Exp $ # $FreeBSD: Makefile,v 1.33 1999/02/27 03:09:57 andreas Exp $ DISTNAME= qt-1.42 @@ -17,9 +17,9 @@ MASTER_SITES= ftp://ftp.troll.no/qt/source/ #LIB_DEPENDS= MesaGL\\.2\\.:${PORTSDIR}/graphics/MesaGL #.endif -#.if ( ${MACHINE_ARCH} == "sparc" ) -#BROKEN= "Currently doesn't build on sparc due to g++ bug" -#.endif +.if ${MACHINE_ARCH} == "sparc" +BROKEN= "Currently doesn't build on sparc due to g++ bug" +.endif USE_GMAKE= yes USE_X11= yes