From c7bbb4012454b5d45ccaa90d8acefcc3150b007c Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Thu, 18 Nov 2004 22:31:18 +0000 Subject: BROKEN on sparc64: Does not compile --- devel/xxgdb/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'devel') diff --git a/devel/xxgdb/Makefile b/devel/xxgdb/Makefile index 85c238ce03cc..1acd19ee91a2 100644 --- a/devel/xxgdb/Makefile +++ b/devel/xxgdb/Makefile @@ -17,6 +17,12 @@ COMMENT= An X window interface for gdb USE_IMAKE= yes MAN1= xxgdb.1 +.include + +.if ${ARCH} == "sparc64" +BROKEN= "Does not compile on sparc64" +.endif + # This isn't included in the original Imakefile for some reason. # Yes, I know this will recompile the program every time, but # we have the cookie anyway and it's much easier this way @@ -27,4 +33,4 @@ post-build: post-install: ${INSTALL_PROGRAM} ${WRKSRC}/xxgdbiowin ${PREFIX}/bin -.include +.include -- cgit v1.2.3