pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/luatex



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu Sep 12 21:48:43 UTC 2024

Modified Files:
        pkgsrc/print/luatex: Makefile

Log Message:
luatex: address pkglint issues


To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 pkgsrc/print/luatex/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/luatex/Makefile
diff -u pkgsrc/print/luatex/Makefile:1.119 pkgsrc/print/luatex/Makefile:1.120
--- pkgsrc/print/luatex/Makefile:1.119  Thu Sep 12 21:39:23 2024
+++ pkgsrc/print/luatex/Makefile        Thu Sep 12 21:48:43 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.119 2024/09/12 21:39:23 gutteridge Exp $
+# $NetBSD: Makefile,v 1.120 2024/09/12 21:48:43 gutteridge Exp $
 
 PKGREVISION=   2
 .include "../../print/texlive/Makefile.common"
@@ -16,7 +16,9 @@ EXTRACT_ELEMENTS+=    ${DISTNAME}/libs/potr
 EXTRACT_ELEMENTS+=     ${DISTNAME}/libs/pplib
 EXTRACT_ELEMENTS+=     ${DISTNAME}/texk/web2c
 
-USE_LANGUAGES=         c99 c++11
+USE_LANGUAGES=         c c++
+USE_CC_FEATURES=       c99
+USE_CXX_FEATURES=      c++11
 USE_TOOLS+=            gmake gsed lex perl yacc
 GNU_CONFIGURE_STRICT=  no # libs
 CONFIGURE_ARGS+=       --disable-aleph



Home | Main Index | Thread Index | Old Index