FreeBSD Bugzilla – Attachment 212634 Details for
Bug 244968
graphics/xpdf4 fix fong config crash
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Option to disable fontconfig support.
xpdf4-no-fontconfig.diff (text/plain), 831 bytes, created by
Cy Schubert
on 2020-03-23 02:25:30 UTC
(
hide
)
Description:
Option to disable fontconfig support.
Filename:
MIME Type:
Creator:
Cy Schubert
Created:
2020-03-23 02:25:30 UTC
Size:
831 bytes
patch
obsolete
>diff --git a/graphics/xpdf4/Makefile b/graphics/xpdf4/Makefile >index e0570928228c..1ef065b02938 100644 >--- a/graphics/xpdf4/Makefile >+++ b/graphics/xpdf4/Makefile >@@ -38,7 +38,7 @@ CMAKE_ARGS+= -DOPI_SUPPORT:BOOL=ON -DCMAKE_DISABLE_FIND_PACKAGE_Qt4:BOOL=ON \ > > PLIST_SUB= DESKTOPDIR="${DESKTOPDIR}" > >-OPTIONS_DEFINE= TYPE1 LIBPAPER PRINT GUI >+OPTIONS_DEFINE= TYPE1 LIBPAPER PRINT GUI NO_FONTCONFIG > OPTIONS_DEFAULT= TYPE1 PRINT GUI > OPTIONS_SUB= yes > >@@ -60,6 +60,10 @@ PRINT_DESC= Print support (CUPS dependency) > PRINT_LDFLAGS= -L${LOCALBASE}/lib > PRINT_LIB_DEPENDS= libcups.so:print/cups > >+NO_FONTCONFIG_DESC= Disable use of libfontconfig (XFCE) >+NO_FONTCONFIG_IMPLIES= GUI >+NO_FONTCONFIG_CMAKE_ARGS= -DNO_FONTCONFIG:BOOL=ON >+ > post-install: > @cd ${STAGEDIR}${PREFIX}; \ > ${LN} -sf ../libexec/xpdf/xpdf bin/xpdf
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 244968
:
212607
|
212633
| 212634 |
212646