Subject: How to make lang/clisp work amd64
To: None <tech-pkg@netbsd.org>
From: Jari Kuittinen <jkuittinen@gmx.de>
List: tech-pkg
Date: 03/17/2006 16:38:47
Hi!

lang/clisp needs few minor changes to succesfully compile on amd64:

    ./configure needs to be run with --disable-mmap
    (or alternatively CFLAGS set to -DNO_MULTIMAP_SHM -DNO_MULTIMAP_FILE 
-DNO_SINGLEMAP     -DNO_TRIVIALMAP)

post-install phase:
    ./makemake needs --disable-mmap too

-- Jari Kuittinen