aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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