diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2010-03-22 12:15:33 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2010-03-22 12:15:33 +0000 |
commit | 3b068abf32baa7797e8603240cfa6237115e548c (patch) | |
tree | 71ecf2769bcd05aec91d4f19063a4f7deec3db32 /lang/gauche | |
parent | b51eb0f94ca55ac6cc423e9a4d7c2b9ffd20ace1 (diff) | |
download | ports-3b068abf32baa7797e8603240cfa6237115e548c.tar.gz ports-3b068abf32baa7797e8603240cfa6237115e548c.zip |
Notes
Diffstat (limited to 'lang/gauche')
-rw-r--r-- | lang/gauche/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile index 4f92477450fb..f20c0a8d4263 100644 --- a/lang/gauche/Makefile +++ b/lang/gauche/Makefile @@ -23,6 +23,8 @@ GAUCHE_ENCODING?= utf-8 # breaks in ext/uvecor.c on some locales MAKE_ENV= LANG=C +# avoids a problem with with ccache's pre-processor optimization +MAKE_ENV+= CCACHE_CPP2=1 #INFOSECTION= The Algorithmic Language Scheme |