From 6fd6d273d3a24859db00bc3946f1a568b438bc7a Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 8 Mar 2004 16:56:38 +0000 Subject: Remove CXX=CC line in response to PR 24707 by Kouichirou Hiratsuka. Builds fine with 2.95.3 and 3.3.2. --- x11/xlockmore-lite/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x11/xlockmore-lite/Makefile b/x11/xlockmore-lite/Makefile index a46a0d8e2d1..61947d769d6 100644 --- a/x11/xlockmore-lite/Makefile +++ b/x11/xlockmore-lite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/01/06 15:44:10 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2004/03/08 16:56:38 wiz Exp $ .include "../xlockmore/Makefile.common" @@ -11,6 +11,5 @@ CONFIGURE_ARGS+= --without-ttf CONFIGURE_ARGS+= --without-opengl CONFIGURE_ARGS+= --without-mesa CONFIGURE_ARGS+= --without-esound -CONFIGURE_ENV+= CXX="${CC}" # no dependency on libstdc++ .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3