~ruther/guix-local

ref: 25e2662e7e65db2d2c3f9479a352e3507bcb46e9 guix-local/gnu/packages/patches/podofo-gcc-14.patch -rw-r--r-- 432 bytes
25e2662e — Maxim Cournoyer gnu: dhtnet: Update to 0.0.1-6.6dd5a5e and enable natpmp support. 2 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
Upstream-status: Not presented upstream.

--- podofo-0.9.8/test/unit/StringTest.h.orig	2025-01-02 17:35:43.328872274 +0100
+++ podofo-0.9.8/test/unit/StringTest.h	2025-01-02 17:36:17.384862445 +0100
@@ -22,6 +22,8 @@
 #define _STRING_TEST_H_
 
 #include <cppunit/extensions/HelperMacros.h>
+#include <podofo/base/PdfString.h>
+namespace PoDoFo {std::ostream& operator<<(std::ostream& o, const PdfString& s);}
 
 #ifndef __clang__