summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-05-07 13:40:10 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-05-07 13:40:10 +0000
commit45924a87349790aaf0bbbfb1ae38b7677b38d5ea (patch)
tree170a090388760ac587522fe94284d12c5ec72583 /lang
parentAdd sugarcrm, a web based customer relationship management application (diff)
Mark broken on ia64 (multiple parts fail to build)
Reported by: kris Approved by: clement (mentor)
Notes
Notes: svn path=/head/; revision=134777
Diffstat (limited to 'lang')
-rw-r--r--lang/scriba/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/scriba/Makefile b/lang/scriba/Makefile
index 65c9edba093b..ac27ffbdba5e 100644
--- a/lang/scriba/Makefile
+++ b/lang/scriba/Makefile
@@ -40,6 +40,10 @@ BROKEN= coredumps a lot
IGNORE= need base libraries built with -fPIC
.endif
+.if ${ARCH} == "ia64"
+BROKEN= fails to compile
+.endif
+
# Dependencies for port options
.if defined(WITH_BDB)