Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 261467 Details for
Bug 352806
media-tv/xbmc-9999: fails to run aclocal / configure because of changes in source directory
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch fixing the issue
xbmc-9999-autotools.patch (text/plain), 1.00 KB, created by
Michał Sawicz
on 2011-02-04 00:39:22 UTC
(
hide
)
Description:
Proposed patch fixing the issue
Filename:
MIME Type:
Creator:
Michał Sawicz
Created:
2011-02-04 00:39:22 UTC
Size:
1.00 KB
patch
obsolete
>--- xbmc-9999.ebuild.orig 2011-02-04 01:35:37.096628368 +0100 >+++ xbmc-9999.ebuild 2011-02-04 01:03:57.147970350 +0100 >@@ -112,7 +112,7 @@ > src_prepare() { > # some dirs ship generated autotools, some dont > local d >- for d in . xbmc/cores/dvdplayer/Codecs/{libdts,libdvd/lib*/} lib/cpluff ; do >+ for d in . lib/{libdts,libdvd/libdvd{css,read,nav}/,cpluff} ; do > [[ -e ${d}/configure ]] && continue > pushd ${d} >/dev/null > einfo "Generating autotools in ${d}" >@@ -127,7 +127,7 @@ > sed -i \ > -e '/^CXXFLAGS/{s:-D[^=]*=.::;s:-m[[:alnum:]]*::}' \ > -e "1iCXXFLAGS += ${squish}" \ >- xbmc/lib/libsquish/Makefile.in || die >+ lib/libsquish/Makefile.in || die > > # Fix XBMC's final version string showing as "exported" > # instead of the SVN revision number. >@@ -139,7 +139,7 @@ > xbmc/utils/SystemInfo.cpp > > # Do not use termcap #262822 >- sed -i 's:-ltermcap::' xbmc/lib/libPython/Python/configure >+ sed -i 's:-ltermcap::' lib/python/configure > > # avoid long delays when powerkit isn't running #348580 > sed -i \
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 352806
:
260754
| 261467