mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
BROKEN on amd64: Does not compile
This commit is contained in:
parent
0e76218c7a
commit
7006e6b647
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172736
@ -92,6 +92,10 @@ post-install:
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == amd64
|
||||
BROKEN= Does not compile on amd64
|
||||
.endif
|
||||
|
||||
.if (${OSVERSION} < 500000)
|
||||
IGNORE= does not compile on systems < 5.x (needs wstring support)
|
||||
.endif
|
||||
|
@ -92,6 +92,10 @@ post-install:
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == amd64
|
||||
BROKEN= Does not compile on amd64
|
||||
.endif
|
||||
|
||||
.if (${OSVERSION} < 500000)
|
||||
IGNORE= does not compile on systems < 5.x (needs wstring support)
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user