summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2010-09-09 09:44:15 +0000
committerAlfredo Tupone <tupone@gentoo.org>2010-09-09 09:44:15 +0000
commitac470ac3d1ebcd5508b7462cc6f970837bf543fd (patch)
treef7cea2997df891cac1c08bf81555399ac90304a0 /games-fps/tremulous/tremulous-1.1.0-r4.ebuild
parentCorrect bug # (diff)
downloadgentoo-2-ac470ac3d1ebcd5508b7462cc6f970837bf543fd.tar.gz
gentoo-2-ac470ac3d1ebcd5508b7462cc6f970837bf543fd.tar.bz2
gentoo-2-ac470ac3d1ebcd5508b7462cc6f970837bf543fd.zip
Respect LDFLAGS. Bug #336261
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-fps/tremulous/tremulous-1.1.0-r4.ebuild')
-rw-r--r--games-fps/tremulous/tremulous-1.1.0-r4.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/games-fps/tremulous/tremulous-1.1.0-r4.ebuild b/games-fps/tremulous/tremulous-1.1.0-r4.ebuild
index 04e0cc71402d..2201898d7d2f 100644
--- a/games-fps/tremulous/tremulous-1.1.0-r4.ebuild
+++ b/games-fps/tremulous/tremulous-1.1.0-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/tremulous/tremulous-1.1.0-r4.ebuild,v 1.3 2010/05/23 20:08:45 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/tremulous/tremulous-1.1.0-r4.ebuild,v 1.4 2010/09/09 09:44:15 tupone Exp $
EAPI=2
@@ -47,7 +47,8 @@ src_prepare() {
epatch "${WORKDIR}"/${PN}-svn755-upto-971.patch
epatch "${WORKDIR}"/${PN}-t971-client.patch
epatch "${FILESDIR}"/${P}-system_jpeg.patch \
- "${FILESDIR}"/${P}-system_jpeg-2.patch
+ "${FILESDIR}"/${P}-system_jpeg-2.patch \
+ "${FILESDIR}"/${P}-ldflags.patch
# fix the gcc-4.3.3 Werror issue
# This is probably issue for all icculus q3 based games
sed -i -e '16s/-Werror //' src/tools/asm/Makefile || die