diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-05-07 13:40:10 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-05-07 13:40:10 +0000 |
commit | 45924a87349790aaf0bbbfb1ae38b7677b38d5ea (patch) | |
tree | 170a090388760ac587522fe94284d12c5ec72583 /lang | |
parent | 7ed8f1cb3b3e006d27db48b901b4d4cfade380fb (diff) | |
download | ports-45924a87349790aaf0bbbfb1ae38b7677b38d5ea.tar.gz ports-45924a87349790aaf0bbbfb1ae38b7677b38d5ea.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/scriba/Makefile | 4 |
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) |