summaryrefslogtreecommitdiff
path: root/www/htdig
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2018-01-26 13:33:26 +0000
committerjperkin <jperkin@pkgsrc.org>2018-01-26 13:33:26 +0000
commit34d1b66c492223e28e33e6dfeb24290bb4cd587c (patch)
tree396481a3065425f408e446a3f08c2f8823e94498 /www/htdig
parent5daa1edc96345b63865183ddc85f1fb37379c9f1 (diff)
downloadpkgsrc-34d1b66c492223e28e33e6dfeb24290bb4cd587c.tar.gz
htdig: Specify c++03 to avoid conflicts with std::bind.
Diffstat (limited to 'www/htdig')
-rw-r--r--www/htdig/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/htdig/Makefile b/www/htdig/Makefile
index 6beaf9981e1..6e2f8bca747 100644
--- a/www/htdig/Makefile
+++ b/www/htdig/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2017/12/24 09:45:30 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2018/01/26 13:33:26 jperkin Exp $
DISTNAME= htdig-3.2.0b6
PKGREVISION= 1
@@ -12,7 +12,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://htdig.sourceforge.net/
COMMENT= WWW indexing and searching system
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-cgi-bin-dir=${PREFIX}/libexec/cgi-bin