BROKEN on amd64: Does not compile

Approved by:    portmgr (implicit)
This commit is contained in:
Kris Kennaway 2006-03-06 20:39:53 +00:00
parent 2ccbe958e7
commit f5d246917c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156994

View file

@ -34,6 +34,12 @@ PLIST_FILES= bin/bbconf \
lib/bbconf/plugins/libthemes.so
PLIST_DIRS= lib/bbconf/plugins lib/bbconf
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= Does not compile on amd64
.endif
post-patch:
@${PERL} -pi -e 's|: install-docDATA|:|g' ${WRKSRC}/Makefile.in
@${PERL} -pi -e 's|-O2 ||g ; \
@ -47,4 +53,4 @@ post-install:
.endfor
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>