Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 54031 Details for
Bug 85780
strcasestr causes gcc-3.3.5 to throw prototype redefined errors
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
string.cpp moved to string.c
libjsw-1.5.5.ebuild (text/plain), 1.44 KB, created by
thorsten
on 2005-03-21 01:46:51 UTC
(
hide
)
Description:
string.cpp moved to string.c
Filename:
MIME Type:
Creator:
thorsten
Created:
2005-03-21 01:46:51 UTC
Size:
1.44 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-libs/libjsw/libjsw-1.5.5.ebuild,v 1.1 2005/03/18 23:27:25 vapier Exp $ > >inherit eutils > >DESCRIPTION="provide a uniform API and user configuration for joysticks and game controllers" >HOMEPAGE="http://wolfpack.twu.net/libjsw/" >SRC_URI="ftp://wolfpack.twu.net/users/wolfpack/${P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="amd64 ppc x86" >IUSE="gtk" > >DEPEND="gtk? ( =x11-libs/gtk+-1.2* )" > >src_unpack() { > unpack ${A} > cd "${S}" > bunzip2 libjsw/man/* jscalibrator/jscalibrator.1.bz2 || die "bunzip failed" > mv libjsw/string.cpp libjsw/string.c > mv jscalibrator/string.cpp jscalibrator/string.c >} > >src_compile() { > cd "${S}"/libjsw > emake CFLAGS="${CFLAGS} -fPIC" || die "main build failed" > ln -s libjsw.so.${PV} libjsw.so > > if use gtk ; then > cd "${S}"/jscalibrator > ln -s ../include/jsw.h > emake \ > CFLAGS="${CFLAGS}" \ > INC_DIRS="$(gtk-config --cflags) -I." \ > LIB_DIRS="-L../libjsw" \ > || die "jscalibrator failed" > fi >} > >src_install() { > insinto /usr/include > doins include/jsw.h || die "doins jsw.h failed" > > dodoc AUTHORS README > docinto jswdemos > dodoc jswdemos/* > > cd "${S}"/libjsw > dolib.so libjsw.so.${PV} || die "dolib.so" > dosym libjsw.so.${PV} /usr/lib/libjsw.so > doman man/* > > if use gtk ; then > cd "${S}"/jscalibrator > dobin jscalibrator || die > doman jscalibrator.1 > dohtml data/help/* > 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 Raw
Actions:
View
Attachments on
bug 85780
:
53892
|
53988
|
54031
|
55609