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