BROKEN on amd64: Does not compile
Approved by: portmgr (implicit)
This commit is contained in:
parent
2ccbe958e7
commit
f5d246917c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156994
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue