diff options
author | bouyer <bouyer@pkgsrc.org> | 2006-11-17 19:51:20 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2006-11-17 19:51:20 +0000 |
commit | a591ad7a3e228abe83637c6e83462974b56eaf42 (patch) | |
tree | f9aa412975c71fd7975ce1d816898b7c80f17cfd /sysutils | |
parent | b1aefa2e8fc4f9b466f2ec423096d3284baa7f6b (diff) | |
download | pkgsrc-a591ad7a3e228abe83637c6e83462974b56eaf42.tar.gz |
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 (limited to 'sysutils')
-rw-r--r-- | sysutils/apcupsd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile index 60ae27aff75..20b9a6cbbb8 100644 --- a/sysutils/apcupsd/Makefile +++ b/sysutils/apcupsd/Makefile @@ -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 @@ HOMEPAGE= http://www.apcupsd.org/ COMMENT= UPS power management for APCC Products USE_TOOLS+= gmake msgfmt sh -USE_LANGUAGES+= c++ +USE_LANGUAGES= c c++ GNU_CONFIGURE= yes |