* [gentoo-commits] gentoo-x86 commit in games-misc/wumpus: ChangeLog wumpus-1.4.ebuild
@ 2010-09-01 7:11 Alfredo Tupone (tupone)
0 siblings, 0 replies; only message in thread
From: Alfredo Tupone (tupone) @ 2010-09-01 7:11 UTC (permalink / raw
To: gentoo-commits
tupone 10/09/01 07:11:19
Modified: ChangeLog wumpus-1.4.ebuild
Log:
Respect LDFLAGS. Bug #335469
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.13 games-misc/wumpus/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/wumpus/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/wumpus/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/wumpus/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/wumpus/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 5 Feb 2008 21:01:22 -0000 1.12
+++ ChangeLog 1 Sep 2010 07:11:19 -0000 1.13
@@ -1,6 +1,9 @@
# ChangeLog for games-misc/wumpus
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/wumpus/ChangeLog,v 1.12 2008/02/05 21:01:22 grobian Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-misc/wumpus/ChangeLog,v 1.13 2010/09/01 07:11:19 tupone Exp $
+
+ 01 Sep 2010; Alfredo Tupone <tupone@gentoo.org> wumpus-1.4.ebuild:
+ Respect LDFLAGS. Bug #335469 by flameeyes@gentoo.org
05 Feb 2008; Fabian Groffen <grobian@gentoo.org> wumpus-1.4.ebuild:
Dropped ppc-macos keyword, see you in prefix
1.14 games-misc/wumpus/wumpus-1.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/wumpus/wumpus-1.4.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/wumpus/wumpus-1.4.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/wumpus/wumpus-1.4.ebuild?r1=1.13&r2=1.14
Index: wumpus-1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/wumpus/wumpus-1.4.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- wumpus-1.4.ebuild 5 Feb 2008 21:01:22 -0000 1.13
+++ wumpus-1.4.ebuild 1 Sep 2010 07:11:19 -0000 1.14
@@ -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-misc/wumpus/wumpus-1.4.ebuild,v 1.13 2008/02/05 21:01:22 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/wumpus/wumpus-1.4.ebuild,v 1.14 2010/09/01 07:11:19 tupone Exp $
inherit toolchain-funcs games
@@ -30,7 +30,7 @@
src_compile() {
touch pathnames.h
[ -z "${PAGER}" ] && PAGER=/usr/bin/less
- $(tc-getCC) -Dlint -D_PATH_PAGER=\"${PAGER}\" \
+ $(tc-getCC) ${LDFLAGS} -Dlint -D_PATH_PAGER=\"${PAGER}\" \
-D_PATH_WUMPINFO=\""${GAMES_DATADIR}"/${PN}/wump.info\" ${CFLAGS} \
-o wump wump.c || die "compile failed"
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-09-01 7:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-01 7:11 [gentoo-commits] gentoo-x86 commit in games-misc/wumpus: ChangeLog wumpus-1.4.ebuild Alfredo Tupone (tupone)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox