mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Mark BROKEN on amd64 (does not compile)
Approved by: clement (mentor)
This commit is contained in:
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
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue