mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
BROKEN on alpha and amd64: Does not compile
This commit is contained in:
parent
28836626dd
commit
0dcf72d321
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101820
@ -24,5 +24,10 @@ USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "alpha" || ${ARCH} == "amd64"
|
||||
BROKEN= "Does not compile on alpha or amd64"
|
||||
.endif
|
||||
|
||||
.include "${FILESDIR}/manpages.mk"
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -24,5 +24,10 @@ USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "alpha" || ${ARCH} == "amd64"
|
||||
BROKEN= "Does not compile on alpha or amd64"
|
||||
.endif
|
||||
|
||||
.include "${FILESDIR}/manpages.mk"
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -24,5 +24,10 @@ USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "alpha" || ${ARCH} == "amd64"
|
||||
BROKEN= "Does not compile on alpha or amd64"
|
||||
.endif
|
||||
|
||||
.include "${FILESDIR}/manpages.mk"
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -17,4 +17,10 @@ MAN8= lmtp2nntp.8
|
||||
PLIST_FILES= sbin/lmtp2nntp
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "alpha" || ${ARCH} == "amd64"
|
||||
BROKEN= "Does not compile on alpha and amd64"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user