summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2010-10-13 07:22:51 +0000
committerAlfredo Tupone <tupone@gentoo.org>2010-10-13 07:22:51 +0000
commitdb103506b26ccea83f74597f96ecacb6ec5f2e95 (patch)
tree2e3383cc9940a6a40bb479bbcdab25f3dc599bd3 /games-simulation/pmars-sdl
parentx86 stable wrt security bug #340421 (diff)
downloadhistorical-db103506b26ccea83f74597f96ecacb6ec5f2e95.tar.gz
historical-db103506b26ccea83f74597f96ecacb6ec5f2e95.tar.bz2
historical-db103506b26ccea83f74597f96ecacb6ec5f2e95.zip
Respect LDFLAGS. Bug #335540
Package-Manager: portage-2.1.9.14/cvs/Linux i686
Diffstat (limited to 'games-simulation/pmars-sdl')
-rw-r--r--games-simulation/pmars-sdl/ChangeLog7
-rw-r--r--games-simulation/pmars-sdl/Manifest4
-rw-r--r--games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild9
3 files changed, 12 insertions, 8 deletions
diff --git a/games-simulation/pmars-sdl/ChangeLog b/games-simulation/pmars-sdl/ChangeLog
index ba6f82a36941..6627980b32e6 100644
--- a/games-simulation/pmars-sdl/ChangeLog
+++ b/games-simulation/pmars-sdl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-simulation/pmars-sdl
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/ChangeLog,v 1.8 2008/11/18 20:23:12 mr_bones_ Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/ChangeLog,v 1.9 2010/10/13 07:22:51 tupone Exp $
+
+ 13 Oct 2010; Tupone Alfredo <tupone@gentoo.org> pmars-sdl-0.9.2e.ebuild:
+ Respect LDFLAGS. Bug #335540 by flameeyes@gentoo.org
18 Nov 2008; Michael Sterrett <mr_bones_@gentoo.org>
pmars-sdl-0.9.2e.ebuild:
diff --git a/games-simulation/pmars-sdl/Manifest b/games-simulation/pmars-sdl/Manifest
index f77842a48b6d..6c5885346fcc 100644
--- a/games-simulation/pmars-sdl/Manifest
+++ b/games-simulation/pmars-sdl/Manifest
@@ -1,4 +1,4 @@
DIST pmars-0.9.2-5.tar.gz 200966 RMD160 e5692068137e88dfe57b3552cad2feb2fe7994df SHA1 bce18fce6d443f30d83f69ec3333bb78a85383c5 SHA256 a8518ec8cc13728dc202c34fe73657123454b9fc76bcddf6b299201143e6fee3
-EBUILD pmars-sdl-0.9.2e.ebuild 1998 RMD160 26f4dda6082205477a652b018a799aa7f8c62e5a SHA1 6ba17cb27811c1b33720e802003c2b663aeb9f83 SHA256 a2a1f3092e6fbbd2788e49ac24e88899186dae7d8fca27a3274e722aa546682c
-MISC ChangeLog 1088 RMD160 eac4f51dcab0819d661bd2fc8bab0d070e828e09 SHA1 cbf48be607df9295992926f82b19f86ef012baf4 SHA256 920cc0ad9a42d4cb15498f13f3ce8a677f0ac13d6fc29d6fa233d89e4cd5574c
+EBUILD pmars-sdl-0.9.2e.ebuild 2027 RMD160 85a96d21ce3e3d3877a650d74fe4e06f33c93b7e SHA1 4387895e973e877d33bf396d0703f3e103602426 SHA256 20a1f2680d470f4a863d04d5581e3c20d86d176d22d3340aaec900151d60c453
+MISC ChangeLog 1216 RMD160 375cb549ee333396112935f6ac6398725566e535 SHA1 ed551863e57b25179ff720625dd9727d54d68415 SHA256 a84c971a2e3ff77c09d69cf1ae6e8aa89f753a00bb4828b025ed0258d5687fd4
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
diff --git a/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild b/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild
index 93f48322abc1..14dfbee52049 100644
--- a/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild
+++ b/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild,v 1.11 2008/11/18 20:23:12 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild,v 1.12 2010/10/13 07:22:51 tupone Exp $
inherit toolchain-funcs games
@@ -17,10 +17,11 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc x86"
IUSE="sdl X svga"
-DEPEND="sdl? ( x11-libs/libX11 media-libs/libsdl )
+RDEPEND="sdl? ( x11-libs/libX11 media-libs/libsdl )
X? ( x11-libs/libX11 )
svga? ( media-libs/svgalib )
!sdl? ( !X? ( !svga? ( sys-libs/ncurses ) ) )"
+DEPEND="${RDEPEND}"
S=${WORKDIR}/${MY_P}
@@ -63,7 +64,7 @@ src_compile() {
echo
einfo "linking with LIB: ${LIB}"
- $(tc-getCC) *.o ${LIB} -o ${MY_PN} || die
+ $(tc-getCC) ${LDFLAGS} *.o ${LIB} -o ${MY_PN} || die
}
src_install() {