pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/xetex



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Sat Jun  1 16:10:54 UTC 2024

Modified Files:
        pkgsrc/print/xetex: Makefile

Log Message:
print/xetex: Force c++17 for the latest textproc/icu


To generate a diff of this commit:
cvs rdiff -u -r1.125 -r1.126 pkgsrc/print/xetex/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/xetex/Makefile
diff -u pkgsrc/print/xetex/Makefile:1.125 pkgsrc/print/xetex/Makefile:1.126
--- pkgsrc/print/xetex/Makefile:1.125   Wed May 29 16:34:12 2024
+++ pkgsrc/print/xetex/Makefile Sat Jun  1 16:10:54 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.125 2024/05/29 16:34:12 adam Exp $
+# $NetBSD: Makefile,v 1.126 2024/06/01 16:10:54 prlw1 Exp $
 
 PKGREVISION= 1
 .include "../../print/texlive/Makefile.common"
@@ -17,7 +17,9 @@ EXTRACT_ELEMENTS+=    ${DISTNAME}/libs/ppli
 EXTRACT_ELEMENTS+=     ${DISTNAME}/libs/xpdf
 EXTRACT_ELEMENTS+=     ${DISTNAME}/texk/web2c
 
-USE_LANGUAGES=         c99 c++11
+USE_LANGUAGES=         c c++
+FORCE_C_STD=           c99
+FORCE_CXX_STD=         c++17
 USE_TOOLS+=            gmake lex perl yacc
 GNU_CONFIGURE_STRICT=  no # libs
 CONFIGURE_ARGS+=       --disable-aleph



Home | Main Index | Thread Index | Old Index