summaryrefslogtreecommitdiff
path: root/sysutils/apcupsd
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2001-01-23 19:56:45 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2001-01-23 19:56:45 +0000
commitbada4f8ab8f6874d3558d0ce36a79a30f4b03d3e (patch)
tree0d7086daa216e8dc548c1f919709c57d81345125 /sysutils/apcupsd
parenta31296408ac94eb6a1a96769eb62b637b8e7a166 (diff)
downloadpkgsrc-bada4f8ab8f6874d3558d0ce36a79a30f4b03d3e.tar.gz
set CPFLAGS (no thats not a typo) in CONFIGURE_ENV to make sure libintl.h
is found.
Diffstat (limited to 'sysutils/apcupsd')
-rw-r--r--sysutils/apcupsd/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile
index 4a750c1a920..27f7a1f951f 100644
--- a/sysutils/apcupsd/Makefile
+++ b/sysutils/apcupsd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/01/04 17:42:04 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2001/01/23 19:56:45 dmcmahill Exp $
#
DISTNAME= apcupsd-3.6.2
@@ -26,6 +26,8 @@ CONFIGURE_ARGS+= --enable-http # include http support
CONFIGURE_ARGS+= --with-catgets # use catgets functions
CONFIGURE_ARGS+= --enable-nls # i18n support
+CONFIGURE_ENV+= CPFLAGS="${CPPFLAGS}" # make sure libintl.h is found
+
pre-configure:
cd ${WRKSRC} && autoreconf --force