FreeBSD Bugzilla – Attachment 217291 Details for
Bug 248703
graphics/gdal: Fails to build after poppler 20.08 update: ./pdfsdk_headers.h:53:37: error: invalid digit '8' in octal constant
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Patch that makes gdal build with poppler enabled
patch-configure (text/plain), 619 bytes, created by
russo
on 2020-08-17 22:52:59 UTC
(
hide
)
Description:
Patch that makes gdal build with poppler enabled
Filename:
MIME Type:
Creator:
russo
Created:
2020-08-17 22:52:59 UTC
Size:
619 bytes
patch
obsolete
>--- configure 2020-08-17 13:00:41.028145000 -0600 >+++ configure 2020-08-17 13:00:54.784398000 -0600 >@@ -40695,8 +40683,8 @@ > fi > if test "$POPPLER_VERSION" != ""; then > HAVE_POPPLER=yes >- POPPLER_MAJOR_VERSION=`expr $POPPLER_VERSION : '\([0-9]*\)'` >- POPPLER_MINOR_VERSION=`expr $POPPLER_VERSION : '[0-9]*\.\([0-9]*\)'` >+ POPPLER_MAJOR_VERSION=`echo $POPPLER_VERSION | cut -d'.' -f1` >+ POPPLER_MINOR_VERSION=`echo $POPPLER_VERSION | cut -d'.' -f2 | sed -e 's/^0//'` > POPPLER_CFLAGS=`echo $POPPLER_CFLAGS $POPPLER_CFLAGS | sed "s/include\/poppler/include/"` > fi > else
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 Raw
Actions:
View
Attachments on
bug 248703
: 217291