Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 493520 Details for
Bug 630482
media-gfx/inkscape-0.92.1-r1: fail to compile with poppler-0.58.0 (fix)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Add poppler-0.58.0 support to configure.ac
configure-poppler-0.58.0.patch (text/plain), 607 bytes, created by
Andrey Volkov
on 2017-09-09 13:59:22 UTC
(
hide
)
Description:
Add poppler-0.58.0 support to configure.ac
Filename:
MIME Type:
Creator:
Andrey Volkov
Created:
2017-09-09 13:59:22 UTC
Size:
607 bytes
patch
obsolete
>diff --git a/configure.ac b/configure.ac >index 906b5fa..14ee882 100644 >--- a/configure.ac >+++ b/configure.ac >@@ -466,6 +466,11 @@ if test "x$popplernewernewcolorspaceapi" = "xyes"; then > AC_DEFINE(POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API, 1, [Use even newer new color space API from Poppler >= 0.29.0]) > fi > >+PKG_CHECK_MODULES(POPPLER_NEW_OBJECT_API, poppler >= 0.58.0, popplernewobjectapi=yes, popplernewobjectapi=no) >+if test "x$popplernewobjectapi" = "xyes"; then >+ AC_DEFINE(POPPLER_NEW_OBJECT_API, 1, [Use new object API from Poppler >= 0.58.0]) >+fi >+ > CPPFLAGS=$ink_svd_CPPFLAGS > LIBS=$ink_svd_LIBS >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 630482
: 493520 |
500004
|
500006