1
0
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:
Kris Kennaway 2006-09-10 23:40:30 +00:00
parent 0e76218c7a
commit 7006e6b647
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172736
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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