Opened 9 years ago
Closed 9 years ago
#48435 closed enhancement (fixed)
clisp: Enable x86_64 architecture
Reported by: | raimue (Rainer Müller) | Owned by: | easye |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.3 |
Keywords: | haspatch | Cc: | |
Port: | clisp |
Description
clisp @2.49_2 explicitly disables 64-bit support with the comment that it relies on 32-bit inline-asm. I just tried and it built fine for me with 64-bit. The resulting binary seems to work fine.
$ file /opt/local/bin/clisp /opt/local/bin/clisp: Mach-O 64-bit x86_64 executable
I propose to enable this architecture in the port. Any further tests we can run to verify this is correct? (on a side note, port test
fails for me due to nohup: can't detach from console: No such file or directory
which is a common problem on OS X 10.10 Yosemite).
Attachments (1)
Change History (2)
Changed 9 years ago by raimue (Rainer Müller)
Attachment: | clisp-x86_64.diff added |
---|
comment:1 Changed 9 years ago by easye
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Committed in <https://trac.macports.org/changeset/138999>.
Thanks for the note.