diff options
author | wiz <wiz@pkgsrc.org> | 2004-03-08 16:56:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-03-08 16:56:38 +0000 |
commit | efe91595c88eb8369fc9a8a9d662195a08dcf37c (patch) | |
tree | f6a7698720c472009e5da98acfe343b18b0a9d3a | |
parent | 7f801b9bb24f09f085370b66a8cd0d869fdf38e3 (diff) | |
download | pkgsrc-efe91595c88eb8369fc9a8a9d662195a08dcf37c.tar.gz |
Remove CXX=CC line in response to PR 24707 by Kouichirou Hiratsuka.
Builds fine with 2.95.3 and 3.3.2.
-rw-r--r-- | x11/xlockmore-lite/Makefile | 3 |
1 files changed, 1 insertions, 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" |