pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/icewm icewm needs C++.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a108e10a6d6
branches:  trunk
changeset: 512509:4a108e10a6d6
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed May 10 21:37:15 2006 +0000

description:
icewm needs C++.

diffstat:

 wm/icewm/Makefile.common |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 2571c9342e63 -r 4a108e10a6d6 wm/icewm/Makefile.common
--- a/wm/icewm/Makefile.common  Wed May 10 21:04:44 2006 +0000
+++ b/wm/icewm/Makefile.common  Wed May 10 21:37:15 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.51 2006/04/13 18:23:38 jlam Exp $
+# $NetBSD: Makefile.common,v 1.52 2006/05/10 21:37:15 rillig Exp $
 
 DISTNAME=              icewm-1.2.25
 CATEGORIES=            x11 wm
@@ -18,6 +18,8 @@
 CONFIGURE_ARGS+=       --enable-gradients
 CONFIGURE_ARGS+=       --enable-antialiasing
 
+USE_LANGUAGES=         c c++
+
 .include "../../mk/bsd.prefs.mk"
 
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR:Q}



Home | Main Index | Thread Index | Old Index