diff options
Diffstat (limited to 'games/xarchon')
-rw-r--r-- | games/xarchon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xarchon/Makefile b/games/xarchon/Makefile index e1bf8b39f97..2967317a931 100644 --- a/games/xarchon/Makefile +++ b/games/xarchon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2005/06/01 18:02:52 jlam Exp $ +# $NetBSD: Makefile,v 1.34 2005/12/05 20:50:18 rillig Exp $ # DISTNAME= xarchon-0.60 @@ -18,7 +18,7 @@ USE_LANGUAGES= c c++ .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "SunOS" -CONFIGURE_ENV+= CC="${CC}" +CONFIGURE_ENV+= CC=${CC:Q} .endif #HF#DEPENDS+= glade-[0-9]*:../../devel/glade |