diff options
author | 2012-11-01 20:06:59 +0000 | |
---|---|---|
committer | 2012-11-01 20:06:59 +0000 | |
commit | bb8f07714e89b484defa16e0d58079687e7f9dff (patch) | |
tree | b6a522dbb5ca6bf4d4d386592507b1e1e49c10fb /games-action/xbomber/files | |
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)
Diffstat (limited to 'games-action/xbomber/files')
-rw-r--r-- | games-action/xbomber/files/xbomber-101-ldflags.patch | 4 |
1 files changed, 2 insertions, 2 deletions
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 |