Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 38786 Details for
Bug 62667
Adding $(get_libdir) support to all kde package
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Adds $(get_libdir) support to kde.eclass
kde.eclass-get_libdir.patch (text/plain), 1.02 KB, created by
Danny van Dyk (RETIRED)
on 2004-09-02 16:16:41 UTC
(
hide
)
Description:
Adds $(get_libdir) support to kde.eclass
Filename:
MIME Type:
Creator:
Danny van Dyk (RETIRED)
Created:
2004-09-02 16:16:41 UTC
Size:
1.02 KB
patch
obsolete
>Index: kde.eclass >=================================================================== >RCS file: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v >retrieving revision 1.104 >diff -u -b -B -r1.104 kde.eclass >--- kde.eclass 26 Aug 2004 15:57:31 -0000 1.104 >+++ kde.eclass 2 Sep 2004 23:05:40 -0000 >@@ -7,7 +7,7 @@ > # Revisions Caleb Tennis <caleb@gentoo.org> > # The kde eclass is inherited by all kde-* eclasses. Few ebuilds inherit straight from here. > >-inherit base kde-functions >+inherit base eutils kde-functions > ECLASS=kde > INHERITED="$INHERITED $ECLASS" > DESCRIPTION="Based on the $ECLASS eclass" >@@ -117,7 +117,11 @@ > export KDEDIRS="${PREFIX}:${KDEDIR}" > > cd $S >- ./configure ${myconf} || die "died running ./configure, $FUNCNAME:configure" >+ ./configure \ >+ ${myconf} \ >+ --libdir="\${exec_prefix}/$(get_libdir)" \ >+ || die "died running ./configure, $FUNCNAME:configure" >+ > # Seems ./configure add -O2 by default but hppa don't want that but we need -ffunction-sections > if [ "${ARCH}" = "hppa" ] > then
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 62667
: 38786