Mark as broken on powerpc-9: fails to link.
Hat: portmgr Feature safe: yes
This commit is contained in:
parent
884ad27ef1
commit
6312c14252
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285473
1 changed files with 7 additions and 1 deletions
|
@ -37,4 +37,10 @@ post-patch:
|
|||
's#\(PKGCONFIG_DIR = \).*#\1${LOCALBASE}/libdata/pkgconfig#' \
|
||||
${WRKSRC}/Makefile
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "powerpc" && ${OSVERSION} > 900000
|
||||
BROKEN= Does not build on powerpc-9: fails to link
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue