FreeBSD Bugzilla – Attachment 205022 Details for
Bug 237822
x11-toolkits/pango: Fails to configure with DOCS=ON X11=OFF: ERROR: Unknown variable "xft_dep". (since 1.42.4_2, ports r500960)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[patch] fix configure error if DOCS=on X11=off after ports r480951 (when DOCS was spelled GTKDOC)
patch-pango-docs-meson.build.diff (text/plain), 873 bytes, created by
John Hein
on 2019-06-12 22:40:16 UTC
(
hide
)
Description:
[patch] fix configure error if DOCS=on X11=off after ports r480951 (when DOCS was spelled GTKDOC)
Filename:
MIME Type:
Creator:
John Hein
Created:
2019-06-12 22:40:16 UTC
Size:
873 bytes
patch
obsolete
>Index: files/patch-docs-meson.build >=================================================================== >--- files/patch-docs-meson.build (nonexistent) >+++ files/patch-docs-meson.build (working copy) >@@ -0,0 +1,15 @@ >+--- docs/meson.build.orig 2019-06-12 21:06:45 UTC >++++ docs/meson.build >+@@ -68,8 +68,10 @@ >+ docdeps += libpangoft2_dep >+ endif >+ >+-if xft_dep.found() >+- docdeps += libpangoxft_dep >++if get_option('xft') >++ if xft_dep.found() >++ docdeps += libpangoxft_dep >++ endif >+ endif >+ >+ if cairo_dep.found() > >Property changes on: files/patch-docs-meson.build >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 237822
:
204315
|
204585
|
204586
|
205022
|
206190
|
206195
|
209962