summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-05-14 10:27:59 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-05-14 10:27:59 +0000
commit7fe77728f454cac9c58348cf2ded09a68d736abf (patch)
tree68a9913c1d92d6f68d201c45389d64fbc27eb213 /math
parentAdd qtiplot. (diff)
Mark BROKEN on amd64 (does not compile)
Approved by: clement (mentor)
Notes
Notes: svn path=/head/; revision=135223
Diffstat (limited to 'math')
-rw-r--r--math/vtk/Makefile4
-rw-r--r--math/vtk43/Makefile4
-rw-r--r--math/vtk5/Makefile4
3 files changed, 12 insertions, 0 deletions
diff --git a/math/vtk/Makefile b/math/vtk/Makefile
index 122912f1cc0d..c4afd256fa30 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 122912f1cc0d..c4afd256fa30 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 122912f1cc0d..c4afd256fa30 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