1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/lang/Gofer/files/patch-ad
Andreas Schulz a7d8556102 Correct the paths for two patches. The source for these files didn't
live in work/src but in work/src/../scripts.
1995-02-12 02:56:23 +00:00

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