mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
a7d8556102
live in work/src but in work/src/../scripts.
27 lines
618 B
Plaintext
27 lines
618 B
Plaintext
*** ../scripts/goferc.0 Thu Jun 23 16:00:00 1994
|
|
--- ../scripts/goferc Wed Feb 8 01:12:53 1995
|
|
***************
|
|
*** 29,39 ****
|
|
;;
|
|
esac
|
|
|
|
! GOFER=/home/staff/ian/gofer/lib/standard.prelude
|
|
export GOFER
|
|
/usr/local/lib/Gofer/gofc $args
|
|
echo '[Compiling with gcc]'
|
|
gcc -o $prog -O $prog.c /usr/local/lib/Gofer/runtime.o -lm
|
|
strip $prog
|
|
rm $prog.c
|
|
-
|
|
--- 29,38 ----
|
|
;;
|
|
esac
|
|
|
|
! GOFER=/usr/local/lib/Gofer/standard.prelude
|
|
export GOFER
|
|
/usr/local/lib/Gofer/gofc $args
|
|
echo '[Compiling with gcc]'
|
|
gcc -o $prog -O $prog.c /usr/local/lib/Gofer/runtime.o -lm
|
|
strip $prog
|
|
rm $prog.c
|