Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 526330 Details for
Bug 652210
media-video/xine-ui-0.99.10 fails to build with libcaca support (patch)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to fix compilation with
xine-ui-0.99.10-config-caca.patch (text/plain), 977 bytes, created by
Joshua Clayton
on 2018-04-02 13:23:33 UTC
(
hide
)
Description:
patch to fix compilation with
Filename:
MIME Type:
Creator:
Joshua Clayton
Created:
2018-04-02 13:23:33 UTC
Size:
977 bytes
patch
obsolete
>diff -r efe11fb1562e configure.ac >--- a/configure.ac Thu Dec 28 18:08:02 2017 +0200 >+++ b/configure.ac Sun Apr 01 23:00:22 2018 -0600 >@@ -374,7 +374,7 @@ > if test "x$with_caca" = "xyes" && test "x$have_caca" = "xno"; then > AC_MSG_ERROR([CACA support requested, but libcaca 0.99 not found]) > fi >- if test test "x$have_caca" = "xyes"; then >+ if test "x$have_caca" = "xyes"; then > AM_DL() > fi > AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[#include <caca.h> > >--- a/configure Thu Dec 28 18:08:02 2017 +0200 >+++ b/configure Sun Apr 01 23:00:22 2018 -0600 >@@ -12651,7 +12651,7 @@ > if test "x$with_caca" = "xyes" && test "x$have_caca" = "xno"; then > as_fn_error $? "CACA support requested, but libcaca 0.99 not found" "$LINENO" 5 > fi >- if test test "x$have_caca" = "xyes"; then >+ if test "x$have_caca" = "xyes"; then > > { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lc" >&5 > $as_echo_n "checking for dlopen in -lc... " >&6; }
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 652210
: 526330 |
526332
|
526420