View | Details | Raw Unified | Return to issue 102679
Collapse All | Expand All

(-)sdext/source/pdfimport/xpdfwrapper/pnghelper.cxx.orig (-1 / +5 lines)
Lines 30-36 Link Here
30
30
31
#include "pnghelper.hxx"
31
#include "pnghelper.hxx"
32
32
33
#include "zlib/zlib.h"
33
#ifdef SYSTEM_ZLIB
34
#include "zlib.h"
35
#else
36
#include <zlib/zlib.h>
37
#endif
34
38
35
using namespace pdfi;
39
using namespace pdfi;
36
40
(-)sdext/source/pdfimport/xpdfwrapper/makefile.mk.orig (+4 lines)
Lines 41-46 Link Here
41
41
42
.INCLUDE: settings.mk
42
.INCLUDE: settings.mk
43
43
44
.IF "$(SYSTEM_ZLIB)" == "YES"
45
CFLAGS+=-DSYSTEM_ZLIB
46
.ENDIF
47
44
.IF "$(ENABLE_PDFIMPORT)" == "NO"
48
.IF "$(ENABLE_PDFIMPORT)" == "NO"
45
@all:
49
@all:
46
	@echo "PDF Import extension disabled."
50
	@echo "PDF Import extension disabled."

Return to issue 102679