diff options
author | Julian Ospald <hasufell@gentoo.org> | 2012-11-01 20:06:59 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2012-11-01 20:06:59 +0000 |
commit | bb8f07714e89b484defa16e0d58079687e7f9dff (patch) | |
tree | b6a522dbb5ca6bf4d4d386592507b1e1e49c10fb | |
parent | version bump (diff) | |
download | gentoo-2-bb8f07714e89b484defa16e0d58079687e7f9dff.tar.gz gentoo-2-bb8f07714e89b484defa16e0d58079687e7f9dff.tar.bz2 gentoo-2-bb8f07714e89b484defa16e0d58079687e7f9dff.zip |
respect CFLAGS wrt #440820
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
-rw-r--r-- | games-action/xbomber/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/xbomber/files/xbomber-101-ldflags.patch | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/games-action/xbomber/ChangeLog b/games-action/xbomber/ChangeLog index 42d234bd46bd..ddb4454f8cee 100644 --- a/games-action/xbomber/ChangeLog +++ b/games-action/xbomber/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/xbomber -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/xbomber/ChangeLog,v 1.13 2010/10/19 07:39:11 tupone Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/xbomber/ChangeLog,v 1.14 2012/11/01 20:06:59 hasufell Exp $ + + 01 Nov 2012; Julian Ospald <hasufell@gentoo.org> + files/xbomber-101-ldflags.patch: + respect CFLAGS wrt #440820 19 Oct 2010; Tupone Alfredo <tupone@gentoo.org> xbomber-101.ebuild, +files/xbomber-101-ldflags.patch: diff --git a/games-action/xbomber/files/xbomber-101-ldflags.patch b/games-action/xbomber/files/xbomber-101-ldflags.patch index c007b6da5940..ebde16412b53 100644 --- a/games-action/xbomber/files/xbomber-101-ldflags.patch +++ b/games-action/xbomber/files/xbomber-101-ldflags.patch @@ -5,11 +5,11 @@ - bomber: bomber.o x.o sound.o matcher - $(CC) -o bomber bomber.o x.o sound.o -lX11 -L/usr/X11R6/lib/ -+ $(CC) $(LDFLAGS) -o bomber bomber.o x.o sound.o -lX11 -L/usr/X11R6/lib/ ++ $(CC) $(CFLAGS) $(LDFLAGS) -o bomber bomber.o x.o sound.o -lX11 -L/usr/X11R6/lib/ matcher: matcher.c - $(CC) matcher.c -o matcher -+ $(CC) $(LDFLAGS) matcher.c -o matcher ++ $(CC) $(CFLAGS) $(LDFLAGS) matcher.c -o matcher bomber.o: bomber.c bomber.h |