pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/lilypond



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon May 19 17:02:34 UTC 2025

Modified Files:
        pkgsrc/print/lilypond: Makefile

Log Message:
lilypond: Fix build on systems that don't have alloca in libc.

This includes NetBSD/sparc64, among others.


To generate a diff of this commit:
cvs rdiff -u -r1.153 -r1.154 pkgsrc/print/lilypond/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/lilypond/Makefile
diff -u pkgsrc/print/lilypond/Makefile:1.153 pkgsrc/print/lilypond/Makefile:1.154
--- pkgsrc/print/lilypond/Makefile:1.153        Fri Dec 27 08:20:32 2024
+++ pkgsrc/print/lilypond/Makefile      Mon May 19 17:02:34 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.153 2024/12/27 08:20:32 wiz Exp $
+# $NetBSD: Makefile,v 1.154 2025/05/19 17:02:34 nia Exp $
 
 DISTNAME=              lilypond-2.24.3
 PKGREVISION=           2
@@ -36,6 +36,8 @@ GNU_CONFIGURE=                YES
 USE_PKGLOCALEDIR=      YES
 USE_LANGUAGES=         c c++
 USE_CXX_FEATURES=      c++14
+# defaults to c++14, but uses alloca, which is non-standard
+FORCE_CXX_STD=         gnu++14
 USE_TOOLS+=            bison gmake gs:run makeinfo perl pkg-config msgfmt
 USE_TOOLS+=            texi2html zip
 MAKE_FILE=             GNUmakefile



Home | Main Index | Thread Index | Old Index