1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

BROKEN on alpha: Does not compile

This commit is contained in:
Kris Kennaway 2004-12-06 07:17:33 +00:00
parent 1b5dc7bd36
commit ade4b996e5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123284
3 changed files with 21 additions and 3 deletions

View File

@ -17,7 +17,13 @@ COMMENT= A C implementation of the Primary Rate ISDN specification
USE_GMAKE= yes
INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha"
BROKEN= "Does not compile on alpha"
.endif
post-patch:
@${FIND} ${WRKSRC} -name \*.orig -or -name \*.bak -delete
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -17,7 +17,13 @@ COMMENT= A C implementation of the Primary Rate ISDN specification
USE_GMAKE= yes
INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha"
BROKEN= "Does not compile on alpha"
.endif
post-patch:
@${FIND} ${WRKSRC} -name \*.orig -or -name \*.bak -delete
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -17,7 +17,13 @@ COMMENT= A C implementation of the Primary Rate ISDN specification
USE_GMAKE= yes
INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha"
BROKEN= "Does not compile on alpha"
.endif
post-patch:
@${FIND} ${WRKSRC} -name \*.orig -or -name \*.bak -delete
.include <bsd.port.mk>
.include <bsd.port.post.mk>