1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

BROKEN on amd64: Does not compile

This commit is contained in:
Kris Kennaway 2004-03-30 13:01:47 +00:00
parent d334590ce1
commit 17e6f687f2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105695
3 changed files with 17 additions and 1 deletions

View File

@ -27,5 +27,10 @@ USE_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= "Does not compile on amd64"
.endif
.include "${FILESDIR}/manpages.mk"
.include <bsd.port.post.mk>

View File

@ -25,5 +25,10 @@ USE_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= "Does not compile on amd64"
.endif
.include "${FILESDIR}/manpages.mk"
.include <bsd.port.post.mk>

View File

@ -23,4 +23,10 @@ MAN3= xds.3
test:
cd ${WRKSRC}; make check
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= "Does not compile on amd64"
.endif
.include <bsd.port.post.mk>