diff options
author | Mark Murray <markm@FreeBSD.org> | 2004-02-02 10:44:19 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 2004-02-02 10:44:19 +0000 |
commit | 48c08c472a3b5e9570614f017107d849699e665a (patch) | |
tree | e6b113a487bfff34c4719a1a47ec996f03ea42e3 /lang/gcl | |
parent | Upgrade to 20040125 source snapshot. (diff) |
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.
Notes
Notes:
svn path=/head/; revision=99797
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 |