Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 5003 Details for
Bug 9614
gnomemeeting-0.94.1.ebuild (update)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
pwlib ppc patch
pwlib-1.3.11.ebuild.patch (text/plain), 682 bytes, created by
Nicolas Kaiser
on 2002-10-24 20:06:52 UTC
(
hide
)
Description:
pwlib ppc patch
Filename:
MIME Type:
Creator:
Nicolas Kaiser
Created:
2002-10-24 20:06:52 UTC
Size:
682 bytes
patch
obsolete
>--- /usr/portage/dev-libs/pwlib/pwlib-1.3.11.ebuild 2002-10-25 00:20:16.000000000 +0200 >+++ /usr/local/portage/dev-libs/pwlib/pwlib-1.3.11.ebuild 2002-10-25 02:33:21.000000000 +0200 >@@ -12,10 +12,11 @@ > > SLOT="0" > LICENSE="MPL-1.1" >-KEYWORDS="x86 -ppc -sparc -sparc64" >+KEYWORDS="x86 ~ppc -sparc -sparc64" > > DEPEND=">=sys-devel/bison-1.28 > >=sys-devel/flex-2.5.4a" >+RDEPEND="${DEPEND}" > > src_unpack() { > >@@ -61,6 +62,10 @@ > rm -rf ${D}/usr/share/pwlib/include/ptlib/CVS > > cd ${D}/usr/lib >- ln -sf libpt_linux_x86_r.so.${PV} libpt.so > >+ if [ ${ARCH} = "ppc" ] ; then >+ ln -sf libpt_linux_ppc_r.so.${PV} libpt.so >+ else >+ ln -sf libpt_linux_x86_r.so.${PV} libpt.so >+ fi > }
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 9614
:
4980
|
5001
|
5002
| 5003 |
5004
|
5043
|
5044