head 1.2; access; symbols pkgsrc-2021Q4:1.1.0.16 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.14 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.12 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.10 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.8 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.6 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.4 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.2 pkgsrc-2020Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2022.02.15.19.26.31; author wiz; state dead; branches; next 1.1; commitid C8xoxiCIZHD6vKsD; 1.1 date 2020.01.13.00.57.17; author joerg; state Exp; branches; next ; commitid ISwd3AlLF4mmVsSB; desc @@ 1.2 log @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 @ text @$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 // __MINGW_PRINTF_FORMAT is defined in the mingw stdio.h +# if __cplusplus +# include // __MINGW_PRINTF_FORMAT is defined in the mingw stdio.h +# else +# include +# endif #ifdef __MINGW_PRINTF_FORMAT #define GCC_PRINTF_FORMAT(fmt_index, va_index) \ __attribute__((__format__(__MINGW_PRINTF_FORMAT, fmt_index, va_index))) @ 1.1 log @Fix poppler for C consumers. @ text @d1 1 a1 1 $NetBSD$ @