mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
BROKEN on sparc64: Does not compile
This commit is contained in:
parent
fe07d71ad4
commit
c7bbb40124
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121932
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue