BROKEN on !i386 and !amd64: Does not compile.

This commit is contained in:
Kris Kennaway 2004-02-23 21:51:30 +00:00
parent e8e6e56a03
commit bbd98c96f6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101900

View File

@ -24,8 +24,14 @@ CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LIBS="${PTHREAD_LIBS}"
MAN1= fluidsynth.1
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386" && ${ARCH} != "amd64"
BROKEN= "Does not compile on !i386 and !amd64"
.endif
post-patch:
@${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>
.include <bsd.port.post.mk>