summaryrefslogtreecommitdiff
path: root/lang/Gofer/files/patch-ad
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:42 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:42 +0000
commit444bcd3c2ed803274c8deafa2c3fa03f8a394653 (patch)
tree297f74782436a0f973b6b89d60c10f399af9a135 /lang/Gofer/files/patch-ad
parentRemove comment about not being able to undefine a variable, as we *can* (diff)
This commit was manufactured by cvs2svn to create tagrelease/2.0.5
'RELENG_2_0_5_RELEASE'.
Diffstat (limited to 'lang/Gofer/files/patch-ad')
-rw-r--r--lang/Gofer/files/patch-ad26
1 files changed, 0 insertions, 26 deletions
diff --git a/lang/Gofer/files/patch-ad b/lang/Gofer/files/patch-ad
deleted file mode 100644
index ab6ac38b1fb7..000000000000
--- a/lang/Gofer/files/patch-ad
+++ /dev/null
@@ -1,26 +0,0 @@
-*** ../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