summaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2007-04-21 17:35:10 +0000
committerKris Kennaway <kris@FreeBSD.org>2007-04-21 17:35:10 +0000
commitb8b82e34eacafe6a49bf963d733b75084694da1b (patch)
treed5841e7f9dbdfd1987d61e0c3458decc8873e163 /palm
parentBROKEN on 7.0: Segfault during build (diff)
BROKEN on amd64: Does not build (needs -fPIC)
Notes
Notes: svn path=/head/; revision=190579
Diffstat (limited to 'palm')
-rw-r--r--palm/palm-db-tools/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/palm/palm-db-tools/Makefile b/palm/palm-db-tools/Makefile
index 63b87d90a25e..39c6b6921f1b 100644
--- a/palm/palm-db-tools/Makefile
+++ b/palm/palm-db-tools/Makefile
@@ -24,4 +24,10 @@ PLIST_FILES= lib/libpdbtools.so \
bin/csv2pdb \
bin/pdb2csv
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+BROKEN= Does not build on amd64
+.endif
+
+.include <bsd.port.post.mk>