diff options
-rw-r--r-- | math/vtk/Makefile | 4 | ||||
-rw-r--r-- | math/vtk43/Makefile | 4 | ||||
-rw-r--r-- | math/vtk5/Makefile | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/math/vtk/Makefile b/math/vtk/Makefile index 122912f1cc0..c4afd256fa3 100644 --- a/math/vtk/Makefile +++ b/math/vtk/Makefile @@ -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 diff --git a/math/vtk43/Makefile b/math/vtk43/Makefile index 122912f1cc0..c4afd256fa3 100644 --- a/math/vtk43/Makefile +++ b/math/vtk43/Makefile @@ -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 diff --git a/math/vtk5/Makefile b/math/vtk5/Makefile index 122912f1cc0..c4afd256fa3 100644 --- a/math/vtk5/Makefile +++ b/math/vtk5/Makefile @@ -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 |