diff options
author | 2008-04-08 00:15:28 +0000 | |
---|---|---|
committer | 2008-04-08 00:15:28 +0000 | |
commit | c02179680d7d07122e3e907ff93091a39f61f429 (patch) | |
tree | b1bf7327e28264be9aeb7775aff49044103f7db9 /games-action/cylindrix/cylindrix-1.0.ebuild | |
parent | only pass --with-pkgversion with gcc-4.3+ as older versions of gcc have broke... (diff) | |
download | gentoo-2-c02179680d7d07122e3e907ff93091a39f61f429.tar.gz gentoo-2-c02179680d7d07122e3e907ff93091a39f61f429.tar.bz2 gentoo-2-c02179680d7d07122e3e907ff93091a39f61f429.zip |
link fix (bug #216632)
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-action/cylindrix/cylindrix-1.0.ebuild')
-rw-r--r-- | games-action/cylindrix/cylindrix-1.0.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/games-action/cylindrix/cylindrix-1.0.ebuild b/games-action/cylindrix/cylindrix-1.0.ebuild index f5f531b25982..44b0f45add12 100644 --- a/games-action/cylindrix/cylindrix-1.0.ebuild +++ b/games-action/cylindrix/cylindrix-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/cylindrix/cylindrix-1.0.ebuild,v 1.5 2007/04/16 05:01:58 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/cylindrix/cylindrix-1.0.ebuild,v 1.6 2008/04/08 00:15:28 mr_bones_ Exp $ inherit autotools games @@ -28,6 +28,11 @@ src_unpack() { eautoreconf } +src_compile() { + egamesconf || die + emake LDADD="$(allegro-config --libs)" || die "emake failed" +} + src_install() { emake DESTDIR="${D}" install || die "emake failed" insinto "${GAMES_DATADIR}"/${PN} |