From cec8ad4ba226725fd4524a22b3a3d8e9defebc09 Mon Sep 17 00:00:00 2001 From: joerg Date: Sat, 4 May 2013 12:52:29 +0000 Subject: Link C++ code with the C++ compiler. --- sysutils/apcupsd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile index c3a4bbc23e0..a61e3b90622 100644 --- a/sysutils/apcupsd/Makefile +++ b/sysutils/apcupsd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.71 2013/02/16 11:24:23 wiz Exp $ +# $NetBSD: Makefile,v 1.72 2013/05/04 12:52:29 joerg Exp $ DISTNAME= apcupsd-3.14.9 PKGREVISION= 6 @@ -49,7 +49,7 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} CONFIGURE_ARGS+= --sbindir=${PREFIX}/sbin CONFIGURE_ENV+= SCRIPTSHELL=${TOOLS_SH:Q} -CONFIGURE_ENV+= ac_cv_path_MAKE=${MAKE:Q} +CONFIGURE_ENV+= ac_cv_path_MAKE=${MAKE:Q} LD=${CXX} EGDIR= ${PREFIX}/share/examples/apcupsd -- cgit v1.2.3