summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-05-04 12:52:29 +0000
committerjoerg <joerg@pkgsrc.org>2013-05-04 12:52:29 +0000
commitcec8ad4ba226725fd4524a22b3a3d8e9defebc09 (patch)
treebc97ceda5d80b84f14fac6a601428a99f9545b97
parentb34a65722e73c5a2f02f73cb1103891f6c2f5067 (diff)
downloadpkgsrc-cec8ad4ba226725fd4524a22b3a3d8e9defebc09.tar.gz
Link C++ code with the C++ compiler.
-rw-r--r--sysutils/apcupsd/Makefile4
1 files 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