pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xlockmore-lite Remove CXX=CC line in response to P...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cfd22f68e6ff
branches:  trunk
changeset: 470353:cfd22f68e6ff
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Mar 08 16:56:38 2004 +0000

description:
Remove CXX=CC line in response to PR 24707 by Kouichirou Hiratsuka.
Builds fine with 2.95.3 and 3.3.2.

diffstat:

 x11/xlockmore-lite/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 6e4a2b5ebed5 -r cfd22f68e6ff x11/xlockmore-lite/Makefile
--- a/x11/xlockmore-lite/Makefile       Mon Mar 08 16:52:13 2004 +0000
+++ b/x11/xlockmore-lite/Makefile       Mon Mar 08 16:56:38 2004 +0000
@@ -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-opengl
 CONFIGURE_ARGS+=       --without-mesa
 CONFIGURE_ARGS+=       --without-esound
-CONFIGURE_ENV+=                CXX="${CC}"     # no dependency on libstdc++
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index