Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 55664 Details for
Bug 88343
Patches for sqsh
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch 2.1.3 to used patched sqsh
sqsh-2.1.3-r1.ebuild.patch (text/plain), 834 bytes, created by
Richard Brown (RETIRED)
on 2005-04-08 05:46:06 UTC
(
hide
)
Description:
patch 2.1.3 to used patched sqsh
Filename:
MIME Type:
Creator:
Richard Brown (RETIRED)
Created:
2005-04-08 05:46:06 UTC
Size:
834 bytes
patch
obsolete
>--- sqsh-2.1.3.ebuild 2005-04-08 12:54:00.000000000 +0100 >+++ sqsh-2.1.3-r1.ebuild 2005-04-08 11:43:19.000000000 +0100 >@@ -19,26 +19,29 @@ > motif? ( x11-libs/openmotif ) > virtual/libc" > >+src_unpack() { >+ unpack ${A} >+ cd ${S} >+ epatch ${FILESDIR}/sqsh-2.1.3-makefile.in.patch >+ epatch ${FILESDIR}/sqsh-2.1.3-configure-motif.patch >+} >+ > src_compile() { > export SYBASE=/usr > > local myconf > >- use motif && myconf="--with-motif" >- > econf \ >+ $(use_with motif) \ > $(use_with readline) \ > $(use_with X x) \ > ${myconf} || die > >- emake \ >- SQSHRC_GLOBAL=/etc/sqshrc || die >+ emake || die > } > > src_install () { >- einstall \ >- SQSHRC_GLOBAL=${D}/etc/sqshrc || die >- >- make man_dir=${D}/usr/share/man install.man || die >+ make DESTDIR=${D} install || die >+ make DESTDIR=${D} install.man || die > dodoc INSTALL README doc/* > }
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 88343
:
55661
|
55662
|
55663
| 55664