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:
parent
d334590ce1
commit
17e6f687f2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105695
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user