pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/web2c



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Aug 15 07:45:51 UTC 2017

Modified Files:
        pkgsrc/print/web2c: Makefile

Log Message:
With poppler-0.57 this now needs c++11 to build (nullptr).


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/print/web2c/Makefile

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

Modified files:

Index: pkgsrc/print/web2c/Makefile
diff -u pkgsrc/print/web2c/Makefile:1.58 pkgsrc/print/web2c/Makefile:1.59
--- pkgsrc/print/web2c/Makefile:1.58    Tue Jun 20 20:50:50 2017
+++ pkgsrc/print/web2c/Makefile Tue Aug 15 07:45:51 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2017/06/20 20:50:50 markd Exp $
+# $NetBSD: Makefile,v 1.59 2017/08/15 07:45:51 wiz Exp $
 
 DISTNAME=      texlive-20170524-source
 PKGNAME=       web2c-2017
@@ -21,7 +21,7 @@ EXTRACT_ELEMENTS=     ${DISTNAME}/build-aux 
 
 GNU_CONFIGURE= yes
 INFO_FILES=    yes
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++11
 USE_LIBTOOL=   yes
 USE_TOOLS+=    gmake lex yacc pkg-config
 WRKSRC=                ${WRKDIR}/${DISTNAME}/texk/web2c



Home | Main Index | Thread Index | Old Index