summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-11-18 22:31:18 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-11-18 22:31:18 +0000
commitc7bbb4012454b5d45ccaa90d8acefcc3150b007c (patch)
tree255a9212ea4f1ef4b4c6075d92d7541658f67690 /devel
parentBROKEN: Does not compile (diff)
BROKEN on sparc64: Does not compile
Notes
Notes: svn path=/head/; revision=121932
Diffstat (limited to 'devel')
-rw-r--r--devel/xxgdb/Makefile8
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.pre.mk>
+
+.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 <bsd.port.mk>
+.include <bsd.port.post.mk>