pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/apcupsd Change 'USE_LANGUAGES+= c++' to 'USE_...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d6c041666e7
branches:  trunk
changeset: 521680:0d6c041666e7
user:      bouyer <bouyer%pkgsrc.org@localhost>
date:      Fri Nov 17 19:51:20 2006 +0000

description:
Change 'USE_LANGUAGES+= c++' to 'USE_LANGUAGES= c c++'. It seems that
'c' isn't in USE_LANGUAGES by default, and this cause the configure
script to fail (I still don't know why it works for me).
Pointed out by Martti Kuparinen in private mail, and Robert Elz in
PR pkg/35064.

diffstat:

 sysutils/apcupsd/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a4f24a0cbf63 -r 0d6c041666e7 sysutils/apcupsd/Makefile
--- a/sysutils/apcupsd/Makefile Fri Nov 17 15:52:30 2006 +0000
+++ b/sysutils/apcupsd/Makefile Fri Nov 17 19:51:20 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2006/11/15 21:46:24 bouyer Exp $
+# $NetBSD: Makefile,v 1.46 2006/11/17 19:51:20 bouyer Exp $
 
 DISTNAME=              apcupsd-3.12.4
 CATEGORIES=            sysutils
@@ -9,7 +9,7 @@
 COMMENT=               UPS power management for APCC Products
 
 USE_TOOLS+=            gmake msgfmt sh
-USE_LANGUAGES+=                c++
+USE_LANGUAGES=         c c++
 
 GNU_CONFIGURE=         yes
 



Home | Main Index | Thread Index | Old Index