Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 280777 Details for
Bug 376149
waf-utils.eclass add default mandir setting
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
waf-utils default mandir
waf-utils-mandir.patch (text/plain), 1009 bytes, created by
Tim Harder
on 2011-07-23 20:48:54 UTC
(
hide
)
Description:
waf-utils default mandir
Filename:
MIME Type:
Creator:
Tim Harder
Created:
2011-07-23 20:48:54 UTC
Size:
1009 bytes
patch
obsolete
>Index: waf-utils.eclass >=================================================================== >RCS file: /var/cvsroot/gentoo-x86/eclass/waf-utils.eclass,v >retrieving revision 1.5 >diff -u -B -r1.5 waf-utils.eclass >--- waf-utils.eclass 1 Mar 2011 23:02:08 -0000 1.5 >+++ waf-utils.eclass 23 Jul 2011 20:08:47 -0000 >@@ -35,11 +35,12 @@ > # Eclass can use different waf executable. Usually it is located in "${S}/waf". > : ${WAF_BINARY:="${S}/waf"} > >- echo "CCFLAGS=\"${CFLAGS}\" LINKFLAGS=\"${LDFLAGS}\" \"${WAF_BINARY}\" --prefix=${EPREFIX}/usr --libdir=${EPREFIX}/usr/$(get_libdir) $@ configure" >+ echo "CCFLAGS=\"${CFLAGS}\" LINKFLAGS=\"${LDFLAGS}\" \"${WAF_BINARY}\" --prefix=${EPREFIX}/usr --libdir=${EPREFIX}/usr/$(get_libdir) --mandir=${EPREFIX}/usr/share/man $@ configure" > > CCFLAGS="${CFLAGS}" LINKFLAGS="${LDFLAGS}" "${WAF_BINARY}" \ > "--prefix=${EPREFIX}/usr" \ > "--libdir=${EPREFIX}/usr/$(get_libdir)" \ >+ "--mandir=${EPREFIX}/usr/share/man" \ > "$@" \ > configure || die "configure failed" > }
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 376149
: 280777