Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 170719 Details for
Bug 245534
[PATCH] x11-libs/Xaw3d-1.5-r1 can not be emerged on amd64-linux
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fixing two Xaw3d issues on amd64-linux
Xaw3d.patch (text/plain), 911 bytes, created by
Stefan Hoelldampf
on 2008-11-04 15:39:16 UTC
(
hide
)
Description:
Fixing two Xaw3d issues on amd64-linux
Filename:
MIME Type:
Creator:
Stefan Hoelldampf
Created:
2008-11-04 15:39:16 UTC
Size:
911 bytes
patch
obsolete
>Index: x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild >=================================================================== >--- x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild (revision 33826) >+++ x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild (working copy) >@@ -63,18 +63,21 @@ > mkdir ./X11 > cd ./X11 ; ln -sf ../../Xaw3d . ; cd .. > >- xmkmf || die >+ # lib64/ is not available in prefix setups >+ xmkmf -DHaveLib64=NO || die > make includes || die > make depend || die > local extld= > if [[ ${CHOST} == *-solaris* ]] ; then > extld="-shared" > sed -i -e '/PICFLAGS/s/-pic/-fPIC/' Makefile || die "-fPIC" >+ emake CDEBUGFLAGS="${CFLAGS}" \ >+ SHLIBLDFLAGS="${LDFLAGS} ${extld}" \ >+ LD="$(tc-getCC)" \ >+ CC="$(tc-getCC)" || die >+ else >+ emake CDEBUGFLAGS="${CFLAGS}" CC="$(tc-getCC)" || die > fi >- emake CDEBUGFLAGS="${CFLAGS}" \ >- SHLIBLDFLAGS="${LDFLAGS} ${extld}" \ >- LD="$(tc-getCC)" \ >- CC="$(tc-getCC)" || die > } > > src_install() {
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 245534
: 170719