diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-09-15 18:10:27 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-09-15 18:10:27 +0000 |
commit | 793b63712cb62dc07e6778fd06580136dc75aac0 (patch) | |
tree | aa3b1119afa7f4d4eabbb223a4493838e17b7a1c /games-arcade/alienwave/files | |
parent | Version bumped. (diff) | |
download | historical-793b63712cb62dc07e6778fd06580136dc75aac0.tar.gz historical-793b63712cb62dc07e6778fd06580136dc75aac0.tar.bz2 historical-793b63712cb62dc07e6778fd06580136dc75aac0.zip |
respect LDFLAGS (bug #337515)
Package-Manager: portage-2.1.8.3/cvs/Linux i686
Diffstat (limited to 'games-arcade/alienwave/files')
-rw-r--r-- | games-arcade/alienwave/files/alienwave-0.3.0-gentoo.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-arcade/alienwave/files/alienwave-0.3.0-gentoo.patch b/games-arcade/alienwave/files/alienwave-0.3.0-gentoo.patch index 3abdaf6a4d45..1b71f1cf1838 100644 --- a/games-arcade/alienwave/files/alienwave-0.3.0-gentoo.patch +++ b/games-arcade/alienwave/files/alienwave-0.3.0-gentoo.patch @@ -16,7 +16,7 @@ alienwave: $(OBJS) - $(CC) $(LIB) $(OBJS) -o alienwave - strip alienwave -+ $(CC) $(OBJS) $(LIB) -o alienwave ++ $(CC) $(OBJS) $(LDFLAGS) $(LIB) -o alienwave main.o: main.c |