Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 21785 Details for
Bug 32564
k3b fails to build in i18n-part because of automake version problem
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
k3b-0.10.3.ebuild.patch
diff (text/plain), 1014 bytes, created by
Gregorio Guidi (RETIRED)
on 2003-12-06 05:29:16 UTC
(
hide
)
Description:
k3b-0.10.3.ebuild.patch
Filename:
MIME Type:
Creator:
Gregorio Guidi (RETIRED)
Created:
2003-12-06 05:29:16 UTC
Size:
1014 bytes
patch
obsolete
>--- /usr/portage/app-cdr/k3b/k3b-0.10.3.ebuild 2003-12-04 21:18:56.000000000 +0100 >+++ /local/portage/app-cdr/k3b/k3b-0.10.3.ebuild 2003-12-06 13:55:55.305071168 +0100 >@@ -67,18 +67,19 @@ > # I think running this in a for-loop is not necessary, > # because there should be only those two directories. > # If you find a better way for running aclocal and automake, do so... :) >- S=${WORKDIR}/${I18N} >- ebegin "Running aclocal and automake, fixes bug #32564..." >- kde_src_compile myconf >- aclocal >- if [ "$?" == "0" ]; >- then WANT_AUTOMAKE=1.7 automake; >- fi; >- eend $? >- myconf="$myconf --prefix=$KDEDIR -C" >- kde_src_compile configure >- kde_src_compile make >- >+ if [ -d ${WORKDIR}/${I18N} ]; then >+ S=${WORKDIR}/${I18N} >+ ebegin "Running aclocal and automake, fixes bug #32564..." >+ kde_src_compile myconf >+ aclocal >+ if [ "$?" == "0" ]; >+ then WANT_AUTOMAKE=1.7 automake; >+ fi; >+ eend $? >+ myconf="$myconf --prefix=$KDEDIR -C" >+ kde_src_compile configure >+ kde_src_compile make >+ fi > S=${_S} > } >
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 32564
:
20432
|
20438
| 21785