pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/libreoffice



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jul 20 19:16:35 UTC 2023

Modified Files:
        pkgsrc/misc/libreoffice: Makefile

Log Message:
libreoffice: set c++17 in USE_LANGUAGES

Needed for dragonbox headers during configure


To generate a diff of this commit:
cvs rdiff -u -r1.311 -r1.312 pkgsrc/misc/libreoffice/Makefile

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

Modified files:

Index: pkgsrc/misc/libreoffice/Makefile
diff -u pkgsrc/misc/libreoffice/Makefile:1.311 pkgsrc/misc/libreoffice/Makefile:1.312
--- pkgsrc/misc/libreoffice/Makefile:1.311      Tue Jul 18 18:31:20 2023
+++ pkgsrc/misc/libreoffice/Makefile    Thu Jul 20 19:16:34 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.311 2023/07/18 18:31:20 nia Exp $
+# $NetBSD: Makefile,v 1.312 2023/07/20 19:16:34 wiz Exp $
 
 VERREL=                7.5.4
 VERRC=         2
@@ -15,7 +15,7 @@ LICENSE=      gnu-lgpl-v3
 
 UNLIMIT_RESOURCES+=    cputime
 
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++17
 
 # Needed to get a proper (builtin) definition of alloca(3) on NetBSD.
 BUILDLINK_TRANSFORM+=  opt:-std=c++17:-std=gnu++17



Home | Main Index | Thread Index | Old Index