$OpenBSD: patch-filter_pdftoopvp_OPVPOutputDev_cxx,v 1.3 2015/07/12 19:14:54 kili Exp $

Let it build with poppler-0.34.

--- filter/pdftoopvp/OPVPOutputDev.cxx.orig	Fri Jun 26 17:45:26 2015
+++ filter/pdftoopvp/OPVPOutputDev.cxx	Sun Jul 12 17:35:33 2015
@@ -1811,8 +1811,12 @@ void OPVPOutputDev::drawSoftMaskedImage(GfxState *stat
 #if POPPLER_VERSION_MAJOR <= 0 && (POPPLER_VERSION_MINOR <= 20 || (POPPLER_VERSION_MINOR == 21 && POPPLER_VERSION_MICRO <= 2))
   maskSplash->drawImage(&imageSrc, &imgMaskData,
 			splashModeMono8, gFalse, maskWidth, maskHeight, mat);
-#else
+#elseif POPPLER_VERSION_MAJOR <= 0 && POPPLER_VERSION_MINOR <= 33
   maskSplash->drawImage(&imageSrc, &imgMaskData,
+			splashModeMono8, gFalse, maskWidth, maskHeight,
+                        mat,gFalse);
+#else
+  maskSplash->drawImage(&imageSrc, NULL, &imgMaskData,
 			splashModeMono8, gFalse, maskWidth, maskHeight,
                         mat,gFalse);
 #endif
