From ec118d17b467f9382bc72f3019d94c59da06aa34 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 26 Mar 2005 21:46:22 +0000 Subject: [PATCH] BROKEN on sparc64: Does not compile Approved by: portmgr (self) --- x11-wm/gwm/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/x11-wm/gwm/Makefile b/x11-wm/gwm/Makefile index 3f2acdac6263..e52d11296782 100644 --- a/x11-wm/gwm/Makefile +++ b/x11-wm/gwm/Makefile @@ -18,4 +18,10 @@ USE_IMAKE= yes USE_XPM= yes MAN1= gwm.1 -.include +.include + +.if ${ARCH} == "sparc64" +BROKEN= "Does not compile on sparc64" +.endif + +.include