pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/htdig htdig: Specify c++03 to avoid conflicts with...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b78123baf5ff
branches:  trunk
changeset: 374612:b78123baf5ff
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri Jan 26 13:33:26 2018 +0000

description:
htdig: Specify c++03 to avoid conflicts with std::bind.

diffstat:

 www/htdig/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 50b946b75f05 -r b78123baf5ff www/htdig/Makefile
--- a/www/htdig/Makefile        Fri Jan 26 13:28:27 2018 +0000
+++ b/www/htdig/Makefile        Fri Jan 26 13:33:26 2018 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index