diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-07-03 05:39:23 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-07-03 05:39:23 +0000 |
commit | e72089670f3b5aef202a6ac735481f4587c30402 (patch) | |
tree | e05abf19f6a62f992de13683ad566151c2ffa0d2 /palm | |
parent | 85725356f15542680970e8f2b8f08c2a6575f531 (diff) | |
download | ports-e72089670f3b5aef202a6ac735481f4587c30402.tar.gz ports-e72089670f3b5aef202a6ac735481f4587c30402.zip |
Mark as BROKEN on amd64: does not compile.
Notes
Notes:
svn path=/head/; revision=166805
Diffstat (limited to 'palm')
-rw-r--r-- | palm/synce-gnomevfs/Makefile | 8 | ||||
-rw-r--r-- | palm/synce-gvfs/Makefile | 8 |
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> |