summaryrefslogtreecommitdiff
path: root/lang/gauche
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2010-03-22 12:15:33 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2010-03-22 12:15:33 +0000
commit3b068abf32baa7797e8603240cfa6237115e548c (patch)
tree71ecf2769bcd05aec91d4f19063a4f7deec3db32 /lang/gauche
parentNow that c-ares-1.7.0 is in the tree, cURL can, at long last, (diff)
Fix build with ccache by adding CCACHE_CPP2=1 to MAKE_ENV, which
disables the problematic pre-processor optimization of ccache. PR: ports/144125 Submitted by: myself Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=251378
Diffstat (limited to 'lang/gauche')
-rw-r--r--lang/gauche/Makefile2
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