aboutsummaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2006-07-03 05:39:23 +0000
committerMark Linimon <linimon@FreeBSD.org>2006-07-03 05:39:23 +0000
commite72089670f3b5aef202a6ac735481f4587c30402 (patch)
treee05abf19f6a62f992de13683ad566151c2ffa0d2 /palm
parent85725356f15542680970e8f2b8f08c2a6575f531 (diff)
downloadports-e72089670f3b5aef202a6ac735481f4587c30402.tar.gz
ports-e72089670f3b5aef202a6ac735481f4587c30402.zip
Notes
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>