pkgsrc/print/poppler-cpp/buildlink3.mk
ryoon 8b514ff842 Update to 0.59.0
Changelog:
Release 0.59.0
        core:
         * Fix infinite recursion in NameTree parsing in broken files

        utils:
         * pdfunite: Fix API porting error that caused abort in some cases
         * pdfinfo: Fix crashes and memory leaks when using -dests
         * pdfinfo: use GooString.append instead of sprintf/strcat
         * pdfimages: Fix warning when compiling with cygwin

        build system:
         * Fix cygwin 32-bit compile
         * cmake tweaks
2017-09-04 19:57:18 +00:00

15 lines
446 B
Makefile

# $NetBSD: buildlink3.mk,v 1.31 2017/09/04 19:57:18 ryoon Exp $
BUILDLINK_TREE+= poppler-cpp
.if !defined(POPPLER_CPP_BUILDLINK3_MK)
POPPLER_CPP_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.poppler-cpp+= poppler-cpp>=0.16.7
BUILDLINK_ABI_DEPENDS.poppler-cpp+= poppler-cpp>=0.59.0
BUILDLINK_PKGSRCDIR.poppler-cpp?= ../../print/poppler-cpp
.include "../../print/poppler/buildlink3.mk"
.endif # POPPLER_CPP_BUILDLINK3_MK
BUILDLINK_TREE+= -poppler-cpp