Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 595934 Details for
Bug 699974
media-libs/quesoglc-0.7.2 - In file included from ../src/unicode.c:28: /usr/include/fribidi/fribidi-types.h:31:11: fatal error: config.h: No such file or directory
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to fix unnecessary config.h include
quesoglc-config-h.patch (text/plain), 347 bytes, created by
Bob Johnson
on 2019-11-13 04:17:57 UTC
(
hide
)
Description:
patch to fix unnecessary config.h include
Filename:
MIME Type:
Creator:
Bob Johnson
Created:
2019-11-13 04:17:57 UTC
Size:
347 bytes
patch
obsolete
>diff --git a/src/unicode.c b/src/unicode.c >index 25e200c..906423c 100644 >--- a/src/unicode.c >+++ b/src/unicode.c >@@ -25,7 +25,11 @@ > * defines the routines used to manipulate Unicode strings and characters > */ > >+#ifdef HAVE_CONFIG_H >+#undef HAVE_CONFIG_H > #include <fribidi/fribidi.h> >+#define HAVE_CONFIG_H >+#endif > > #include "internal.h" >
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 699974
: 595934