Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 174601 Details for
Bug 250211
dev-libs/wnn7sdk doesn't build on Xorg systems
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
wnn7sdk.ebuild.patch
wnn7sdk.ebuild.patch (text/plain), 978 bytes, created by
Gilles Dartiguelongue (RETIRED)
on 2008-12-07 21:39:15 UTC
(
hide
)
Description:
wnn7sdk.ebuild.patch
Filename:
MIME Type:
Creator:
Gilles Dartiguelongue (RETIRED)
Created:
2008-12-07 21:39:15 UTC
Size:
978 bytes
patch
obsolete
>--- dev-libs/wnn7sdk/wnn7sdk-20011017-r1.ebuild 2008-11-22 02:53:43.000000000 +0100 >+++ /usr/portage/dev-libs/wnn7sdk/wnn7sdk-20011017-r1.ebuild 2008-12-07 22:25:15.000000000 +0100 >@@ -27,7 +27,11 @@ > epatch "${FILESDIR}/${PN}-gentoo.patch" > epatch "${FILESDIR}/${PN}-gcc4.patch" > epatch "${FILESDIR}/${PN}-qa.patch" >- sed -i -e "/CONFIGSRC =/s:=.*:= /usr/$(get_libdir)/X11/config:" Makefile.ini || die >+ >+ # Fix path to point to Xorg directory >+ sed -e "s:X11R6/::g" -i config/X11.tmpl || sed "sed 1 failed" >+ >+ sed -i -e "/CONFIGSRC =/s:=.*:= /usr/$(get_libdir)/X11/config:" Makefile.ini || die "sed 2 failed" > } > > src_compile() { >@@ -37,11 +41,11 @@ > } > > src_install() { >- dolib.so Wnn/jlib/*.so* || die >- dolib.a Wnn/jlib/*.a || die >+ dolib.so Wnn/jlib/*.so* || die "dolib.so failed" >+ dolib.a Wnn/jlib/*.a || die "dolib.a failed" > > insinto /usr/include/${PN}/wnn >- doins Wnn/include/*.h || die >+ doins Wnn/include/*.h || die "doins failed" > > dodoc README > }
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 250211
: 174601