pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/htdig



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Jan 26 13:33:26 UTC 2018

Modified Files:
        pkgsrc/www/htdig: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/www/htdig/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/htdig/Makefile
diff -u pkgsrc/www/htdig/Makefile:1.43 pkgsrc/www/htdig/Makefile:1.44
--- pkgsrc/www/htdig/Makefile:1.43      Sun Dec 24 09:45:30 2017
+++ pkgsrc/www/htdig/Makefile   Fri Jan 26 13:33:26 2018
@@ -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@localhost
 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