summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorJeffrey Hsu <hsu@FreeBSD.org>1994-12-31 02:23:38 +0000
committerJeffrey Hsu <hsu@FreeBSD.org>1994-12-31 02:23:38 +0000
commitd688b79a89b59c769e91c13e03116a12cb01b95d (patch)
tree06fd9d1f1435f30118d4507fb96d9f85b2b95196 /lang
parentBump version number to 1.0.4. (diff)
Ar no longer needs -T option, so we don't need patch-01.
We now have a gcc, so in patch-02, don't need to change gcc to cc.
Notes
Notes: svn path=/head/; revision=651
Diffstat (limited to 'lang')
-rw-r--r--lang/Sather/files/patch-024
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/Sather/files/patch-02 b/lang/Sather/files/patch-02
index bbdfbeb1cc1e..00bdb4babc00 100644
--- a/lang/Sather/files/patch-02
+++ b/lang/Sather/files/patch-02
@@ -7,7 +7,7 @@
! CPP= /lib/cpp -C -P
RANLIB= ranlib
-! CC= gcc
+ CC= gcc
! CFLAGS= -O
GC_CC= ${CC}
MV= mv
@@ -23,7 +23,7 @@
! CPP= /usr/bin/cpp -C -P
RANLIB= ranlib
-! CC= cc
+ CC= gcc
! CFLAGS= -O2
GC_CC= ${CC}
MV= mv