Mark BROKEN on amd64 (does not compile)

Approved by:	clement (mentor)
This commit is contained in:
Sam Lawrance 2005-05-14 10:27:59 +00:00
parent e09df88e2c
commit 7fe77728f4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135223
3 changed files with 12 additions and 0 deletions

View file

@ -38,6 +38,10 @@ PLIST_SUB+= LIBVER=${LIBVER} PKGNAME=${PKGNAME}
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= "does not compile on amd64"
.endif
.if defined(WRAP) || !defined(PKGNAMESUFFIX) || ${PKGNAMESUFFIX}=="-headers"
PATCH_WRKSRC= ${WRKDIR}/VTK

View file

@ -38,6 +38,10 @@ PLIST_SUB+= LIBVER=${LIBVER} PKGNAME=${PKGNAME}
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= "does not compile on amd64"
.endif
.if defined(WRAP) || !defined(PKGNAMESUFFIX) || ${PKGNAMESUFFIX}=="-headers"
PATCH_WRKSRC= ${WRKDIR}/VTK

View file

@ -38,6 +38,10 @@ PLIST_SUB+= LIBVER=${LIBVER} PKGNAME=${PKGNAME}
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= "does not compile on amd64"
.endif
.if defined(WRAP) || !defined(PKGNAMESUFFIX) || ${PKGNAMESUFFIX}=="-headers"
PATCH_WRKSRC= ${WRKDIR}/VTK