1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

BROKEN on sparc64: Does not compile

This commit is contained in:
Kris Kennaway 2004-11-18 22:31:18 +00:00
parent fe07d71ad4
commit c7bbb40124
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121932

View File

@ -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>