BROKEN on alpha (does not build) and ia64 (does not compile)

Approved by:	portmgr (self)
This commit is contained in:
Kris Kennaway 2005-01-02 00:43:03 +00:00
parent d668264d33
commit fbc92f1670
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125639

View File

@ -35,6 +35,16 @@ CONFIGURE_ARGS= --disable-debug \
MAN1= beast.1 bsesh.1 sfidl.1
MAN3= beast-gxk.3 bse-procs.3 bse-structs.3 bse.3 sfi.3
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64"
BROKEN= "Configure fails on ia64"
.endif
.if ${ARCH} == "alpha"
BROKEN= "Does not build on alpha"
.endif
post-patch:
@${REINPLACE_CMD} -E \
-e 's|(bseladspapath=)\$${libdir}/ladspa|\1"${LOCALBASE}/lib/ladspa"|' \
@ -44,4 +54,4 @@ post-patch:
${WRKSRC}/bse/Makefile.in \
${WRKSRC}/bse/zintern/Makefile.in
.include <bsd.port.mk>
.include <bsd.port.post.mk>