Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 133966 Details for
Bug 196519
liquidwar-5.6.4 does not compile on amd64
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
liquidwar-5.6.4.ebuild"
liquidwar-5.6.4.ebuild (text/plain), 1.53 KB, created by
Alexandre Rostovtsev (RETIRED)
on 2007-10-20 16:25:15 UTC
(
hide
)
Description:
liquidwar-5.6.4.ebuild"
Filename:
MIME Type:
Creator:
Alexandre Rostovtsev (RETIRED)
Created:
2007-10-20 16:25:15 UTC
Size:
1.53 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/games-strategy/liquidwar/liquidwar-5.6.4.ebuild,v 1.1 2007/10/18 22:31:39 mr_bones_ Exp $ > >inherit eutils games > >DESCRIPTION="unique multiplayer wargame" >HOMEPAGE="http://www.ufoot.org/liquidwar/" >SRC_URI="http://savannah.nongnu.org/download/liquidwar/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" >IUSE="nls" >RESTRICT="test" > >DEPEND=">=media-libs/allegro-4.2" > >src_unpack() { > unpack ${A} > cd "${S}" > epatch "${FILESDIR}"/${P}-exec-stack.patch > sed -i \ > -e 's:/games::' \ > -e '/^MANDIR/ s:=.*:= $(mandir)/man6:' \ > -e '/^PIXDIR/ s:=.*:= /usr/share/pixmaps:' \ > -e '/^DESKTOPDIR/ s:=.*:= /usr/share/applnk/Games/:' \ > -e '/^INFODIR/ s/=.*/= $(infodir)/' \ > -e '/^GAMEDIR/ s/exec_prefix/bindir/' \ > -e '/install/s:-s ::' \ > -e 's:$(DOCDIR)/txt:$(DOCDIR):g' \ > -e 's:$(GMAKE):$(MAKE):' \ > -e '/^DOCDIR/ s:=.*:= /usr/share/doc/$(PF):' Makefile.in \ > || die 'sed Makefile.in failed' > sed -i \ > -e '/^GAMEDIR/ s/$(exec_prefix)/@bindir@/' \ > -e 's:/games::' src/Makefile.in \ > || die "sed src/Makefile.in failed" >} > >src_compile() { > egamesconf \ > --disable-doc-ps \ > --disable-doc-pdf \ > --disable-target-opt \ > $(use_enable x86 asm) \ > || die > emake || die "emake failed" >} > >src_install() { > emake DESTDIR="${D}" install_nolink || die "emake install failed" > rm -f "${D}"/usr/share/doc/${PF}/COPYING > use nls || rm -f "${D}"/usr/share/doc/${PF}/README.* > prepalldocs > prepgamesdirs >}
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 196519
: 133966