pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/poppler/patches poppler: remove patch that was r...
details: https://anonhg.NetBSD.org/pkgsrc/rev/032d0a621808
branches: trunk
changeset: 373973:032d0a621808
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Feb 15 19:26:31 2022 +0000
description:
poppler: remove patch that was rejected upstream
The patch makes one header file more usable from C; but upstream
says poppler is a C++ library
https://gitlab.freedesktop.org/poppler/poppler/-/issues/1219
diffstat:
print/poppler/patches/patch-poppler_poppler-config.h.cmake | 17 --------------
1 files changed, 0 insertions(+), 17 deletions(-)
diffs (21 lines):
diff -r 909f930a4331 -r 032d0a621808 print/poppler/patches/patch-poppler_poppler-config.h.cmake
--- a/print/poppler/patches/patch-poppler_poppler-config.h.cmake Tue Feb 15 19:19:04 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-poppler_poppler-config.h.cmake,v 1.1 2020/01/13 00:57:17 joerg Exp $
-
---- poppler/poppler-config.h.cmake.orig 2020-01-13 00:10:29.414712344 +0000
-+++ poppler/poppler-config.h.cmake
-@@ -139,7 +139,11 @@
- //------------------------------------------------------------------------
-
- #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ > 4)
--#include <cstdio> // __MINGW_PRINTF_FORMAT is defined in the mingw stdio.h
-+# if __cplusplus
-+# include <cstdio> // __MINGW_PRINTF_FORMAT is defined in the mingw stdio.h
-+# else
-+# include <stdio.h>
-+# endif
- #ifdef __MINGW_PRINTF_FORMAT
- #define GCC_PRINTF_FORMAT(fmt_index, va_index) \
- __attribute__((__format__(__MINGW_PRINTF_FORMAT, fmt_index, va_index)))
Home |
Main Index |
Thread Index |
Old Index