aboutsummaryrefslogtreecommitdiffstats
path: root/palm
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2006-07-03 13:39:23 +0800
committerlinimon <linimon@FreeBSD.org>2006-07-03 13:39:23 +0800
commitc02bc25a8ea4a2c9f26a11b0b91dffbab0c33492 (patch)
tree0fbef4fc4c1dfdb9cd1dee647a87c1f21635f8c8 /palm
parent0bc0b50ebd34b8089773010e86b06ef0bfe8c95f (diff)
downloadfreebsd-ports-gnome-c02bc25a8ea4a2c9f26a11b0b91dffbab0c33492.tar.gz
freebsd-ports-gnome-c02bc25a8ea4a2c9f26a11b0b91dffbab0c33492.tar.zst
freebsd-ports-gnome-c02bc25a8ea4a2c9f26a11b0b91dffbab0c33492.zip
Mark as BROKEN on amd64: does not compile.
Diffstat (limited to 'palm')
-rw-r--r--palm/synce-gnomevfs/Makefile8
-rw-r--r--palm/synce-gvfs/Makefile8
2 files changed, 14 insertions, 2 deletions
diff --git a/palm/synce-gnomevfs/Makefile b/palm/synce-gnomevfs/Makefile
index 00ca2a6237e8..fa02f9148eb0 100644
--- a/palm/synce-gnomevfs/Makefile
+++ b/palm/synce-gnomevfs/Makefile
@@ -24,4 +24,10 @@ CONFIGURE_ARGS+= --with-librapi=${LOCALBASE} \
INSTALLS_SHLIB= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH}==amd64
+BROKEN= does not compile on ${ARCH}
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/palm/synce-gvfs/Makefile b/palm/synce-gvfs/Makefile
index 00ca2a6237e8..fa02f9148eb0 100644
--- a/palm/synce-gvfs/Makefile
+++ b/palm/synce-gvfs/Makefile
@@ -24,4 +24,10 @@ CONFIGURE_ARGS+= --with-librapi=${LOCALBASE} \
INSTALLS_SHLIB= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH}==amd64
+BROKEN= does not compile on ${ARCH}
+.endif
+
+.include <bsd.port.post.mk>