Add mit-scheme.
This commit is contained in:
parent
6c8aad5c86
commit
a1c8d35f93
13
ports/unofficial/stable/mit-scheme/build
Executable file
13
ports/unofficial/stable/mit-scheme/build
Executable file
@ -0,0 +1,13 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
export CFLAGS="$CFLAGS -w -no-pie"
|
||||
export LDFLAGS="$LDFLAGS -no-pie"
|
||||
cd src
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--enable-native-code
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
||||
|
1
ports/unofficial/stable/mit-scheme/checksums
Normal file
1
ports/unofficial/stable/mit-scheme/checksums
Normal file
@ -0,0 +1 @@
|
||||
32c29fe08588ed325774113bac00dce72c2454955c64ba32fc40f30db011c21c
|
1
ports/unofficial/stable/mit-scheme/sources
Normal file
1
ports/unofficial/stable/mit-scheme/sources
Normal file
@ -0,0 +1 @@
|
||||
https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/10.1.11/mit-scheme-10.1.11-x86-64.tar.gz
|
1
ports/unofficial/stable/mit-scheme/version
Normal file
1
ports/unofficial/stable/mit-scheme/version
Normal file
@ -0,0 +1 @@
|
||||
10.1.11 1
|
Loading…
x
Reference in New Issue
Block a user