diff options
author | markm <markm@FreeBSD.org> | 2004-02-02 18:44:19 +0800 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2004-02-02 18:44:19 +0800 |
commit | fc608339bc5c11284cc090983c6638f51f7b01d6 (patch) | |
tree | 480d3315abe73fc1922f8d10b66f94a759c99e56 /lang/gcl | |
parent | 7f5336c6dfa4d891b73b6576f1f5cb5008ef34a0 (diff) | |
download | freebsd-ports-gnome-fc608339bc5c11284cc090983c6638f51f7b01d6.tar.gz freebsd-ports-gnome-fc608339bc5c11284cc090983c6638f51f7b01d6.tar.zst freebsd-ports-gnome-fc608339bc5c11284cc090983c6638f51f7b01d6.zip |
This port only works on sparc64 and i386. ELF gurus who want to fix
this are welcome to take a look. The problem is in the undump()
arena.
Diffstat (limited to 'lang/gcl')
-rw-r--r-- | lang/gcl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/gcl/Makefile b/lang/gcl/Makefile index 08e0c2610e37..15b5bfa7239c 100644 --- a/lang/gcl/Makefile +++ b/lang/gcl/Makefile @@ -16,6 +16,8 @@ COMMENT= GNU Common Lisp LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84 +ONLY_FOR_ARCHS= i386 sparc64 + GNU_CONFIGURE= yes USE_AUTOCONF= yes USE_GMAKE= yes |