Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 344510 Details for
Bug 335373
net-irc/xchatosd does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
xchatosd-5.19-r1.ebuild
xchatosd-5.19-r1.ebuild (text/plain), 1.16 KB, created by
Michael Mair-Keimberger (mm1ke)
on 2013-04-05 15:35:48 UTC
(
hide
)
Description:
xchatosd-5.19-r1.ebuild
Filename:
MIME Type:
Creator:
Michael Mair-Keimberger (mm1ke)
Created:
2013-04-05 15:35:48 UTC
Size:
1.16 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-irc/xchatosd/xchatosd-5.19.ebuild,v 1.7 2009/02/12 05:17:54 dirtyepic Exp $ > >EAPI="5" > >inherit flag-o-matic eutils > >DESCRIPTION="On-Screen Display for XChat" >HOMEPAGE="http://sourceforge.net/projects/xchatosd/" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ia64 ~ppc x86" >IUSE="iconv" > >RDEPEND=">=x11-libs/xosd-2.2.5 > >=net-irc/xchat-2.0.9" >DEPEND="${RDEPEND}" > >src_prepare() { > # We have our own include file in /usr/include/xchat > einfo "Updating xchat-plugin.h from /usr/include/xchat/xchat-plugin.h" > cp -f /usr/include/xchat/xchat-plugin.h "${S}"/xchat-plugin.h > epatch "${FILESDIR}/${P}-gcc4.patch" > epatch "${FILESDIR}"/${P}-gcc43.patch > sed -i -e \ > "s:\${CFLAGS} -Wl:\${CFLAGS} \$(LDFLAGS) -Wl:" \ > Makefile >} > >src_compile() { > append-cflags -fPIC -DPIC > use iconv || sed -i -e "/^#define ICONV_LIB$/d" xchatosd.h > > emake CC="$(tc-getCXX)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" >} > >src_install() { > exeinto /usr/$(get_libdir)/xchat/plugins > doexe xchatosd.so > dodoc ChangeLog 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 Raw
Actions:
View
Attachments on
bug 335373
:
245445
| 344510