* [gentoo-commits] gentoo-x86 commit in games-engines/frotz/files: frotz-2.43-ldflags.patch
@ 2010-10-04 12:38 99% Alfredo Tupone (tupone)
0 siblings, 0 replies; 1+ results
From: Alfredo Tupone (tupone) @ 2010-10-04 12:38 UTC (permalink / raw
To: gentoo-commits
tupone 10/10/04 12:38:22
Added: frotz-2.43-ldflags.patch
Log:
Respect LDFLAGS. Bug #337241
(Portage version: 2.1.9.13/cvs/Linux i686)
Revision Changes Path
1.1 games-engines/frotz/files/frotz-2.43-ldflags.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frotz/files/frotz-2.43-ldflags.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frotz/files/frotz-2.43-ldflags.patch?rev=1.1&content-type=text/plain
Index: frotz-2.43-ldflags.patch
===================================================================
--- Makefile.old 2010-10-04 14:13:37.000000000 +0200
+++ Makefile 2010-10-04 14:14:06.000000000 +0200
@@ -162,7 +162,7 @@
$(NAME): $(NAME)-curses
$(NAME)-curses: soundcard.h $(COMMON_TARGET) $(CURSES_TARGET)
- $(CC) -o $(BINNAME)$(EXTENSION) $(TARGETS) $(LIB) $(CURSES) \
+ $(CC) $(LDFLAGS) -o $(BINNAME)$(EXTENSION) $(TARGETS) $(LIB) $(CURSES) \
$(SOUND_LIB)
all: $(NAME) d$(NAME)
@@ -170,7 +170,7 @@
dumb: $(NAME)-dumb
d$(NAME): $(NAME)-dumb
$(NAME)-dumb: $(COMMON_TARGET) $(DUMB_TARGET)
- $(CC) -o d$(BINNAME)$(EXTENSION) $(COMMON_TARGET) \
+ $(CC) $(LDFLAGS) -o d$(BINNAME)$(EXTENSION) $(COMMON_TARGET) \
$(DUMB_TARGET) $(LIB)
.SUFFIXES:
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2010-10-04 12:38 99% [gentoo-commits] gentoo-x86 commit in games-engines/frotz/files: frotz-2.43-ldflags.patch 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