1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

BROKEN on ia64: Does not compile

This commit is contained in:
Kris Kennaway 2004-03-17 12:54:33 +00:00
parent fbbf6f6877
commit 02ec6a4b96
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104286

View File

@ -19,8 +19,14 @@ USE_IMAKE= yes
MAN1= mpeg_play.1
PLIST_FILES= bin/mpeg_play
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64"
BROKEN= "Does not compile on ia64"
.endif
pre-patch:
${CP} ${WRKSRC}/Imakefile.proto ${WRKSRC}/Imakefile
${CP} ${WRKSRC}/mpeg_play.1 ${WRKSRC}/mpeg_play.man
.include <bsd.port.mk>
.include <bsd.port.post.mk>