From: "Alfredo Tupone (tupone)" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-emulation/gcube/files: gcube-0.4-ldflags.patch
Date: Fri, 1 Oct 2010 05:24:08 +0000 (UTC) [thread overview]
Message-ID: <20101001052408.DD9C520054@flycatcher.gentoo.org> (raw)
tupone 10/10/01 05:24:08
Added: gcube-0.4-ldflags.patch
Log:
Respect LDFLAGS. Bug #337330
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.1 games-emulation/gcube/files/gcube-0.4-ldflags.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/gcube/files/gcube-0.4-ldflags.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/gcube/files/gcube-0.4-ldflags.patch?rev=1.1&content-type=text/plain
Index: gcube-0.4-ldflags.patch
===================================================================
--- Makefile.rules.old 2010-10-01 07:16:16.000000000 +0200
+++ Makefile.rules 2010-10-01 07:18:04.000000000 +0200
@@ -88,22 +88,22 @@
profiler: default
gcube: $(OBJECTS) gcube.o
- $(CC) $(CFLAGS) $^ -o $@ $(LIBS)
+ $(CC) $(LDFLAGS) $(CFLAGS) $^ -o $@ $(LIBS)
gcubedbg: $(OBJECTS) gcubedbg.o cpu_dbg.o
$(CC) $(CFLAGS) $^ -o $@ $(LIBS)
bin2dol: bin2dol.c general.o
- $(CC) $(CFLAGS) $^ -o $@
+ $(CC) $(LDFLAGS) $(CFLAGS) $^ -o $@
tplx: tplx.o general.o
- $(CC) $(CFLAGS) $^ -o $@
+ $(CC) $(LDFLAGS) $(CFLAGS) $^ -o $@
thpview: thpview.o general.o jpeg_tools.o
- $(CC) $(CFLAGS) `$(SDL_CONFIG) --cflags` $^ -o $@ -ljpeg `$(SDL_CONFIG) --libs`
+ $(CC) $(LDFLAGS) $(CFLAGS) `$(SDL_CONFIG) --cflags` $^ -o $@ -ljpeg `$(SDL_CONFIG) --libs`
isopack: isopack.o general.o
- $(CC) $(CFLAGS) $^ -o $@ -lz
+ $(CC) $(LDFLAGS) $(CFLAGS) $^ -o $@ -lz
ppc_disasm.o: ppc_disasm.c
$(CC) -g -c -o $@ $<
reply other threads:[~2010-10-01 5:24 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20101001052408.DD9C520054@flycatcher.gentoo.org \
--to=tupone@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox