* [gentoo-commits] gentoo-x86 commit in games-arcade/tuxdash/files: tuxdash-0.8-ldflags.patch
@ 2010-09-30 4:29 Alfredo Tupone (tupone)
0 siblings, 0 replies; 2+ messages in thread
From: Alfredo Tupone (tupone) @ 2010-09-30 4:29 UTC (permalink / raw
To: gentoo-commits
tupone 10/09/30 04:29:54
Added: tuxdash-0.8-ldflags.patch
Log:
Respect LDFLAGS. Bug #337772
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.1 games-arcade/tuxdash/files/tuxdash-0.8-ldflags.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tuxdash/files/tuxdash-0.8-ldflags.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tuxdash/files/tuxdash-0.8-ldflags.patch?rev=1.1&content-type=text/plain
Index: tuxdash-0.8-ldflags.patch
===================================================================
--- src/Makefile.old 2010-09-30 06:24:36.000000000 +0200
+++ src/Makefile 2010-09-30 06:25:02.000000000 +0200
@@ -1,4 +1,4 @@
all:
- g++ main.cpp $(E_CXXFLAGS) `/usr/bin/sdl-config --libs --cflags` -lSDL_ttf -o ../tuxdash
+ g++ main.cpp $(LDFLAGS) $(E_CXXFLAGS) `/usr/bin/sdl-config --libs --cflags` -lSDL_ttf -o ../tuxdash
static:
g++ -static main.cpp $(E_CXXFLAGS) `/usr/bin/sdl-config --cflags --static-libs` -lSDL_ttf -lfreetype -lz -o ../tuxdash
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-arcade/tuxdash/files: tuxdash-0.8-ldflags.patch
@ 2010-10-12 4:28 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2010-10-12 4:28 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 10/10/12 04:28:01
Modified: tuxdash-0.8-ldflags.patch
Log:
tidy
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.2 games-arcade/tuxdash/files/tuxdash-0.8-ldflags.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tuxdash/files/tuxdash-0.8-ldflags.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tuxdash/files/tuxdash-0.8-ldflags.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tuxdash/files/tuxdash-0.8-ldflags.patch?r1=1.1&r2=1.2
Index: tuxdash-0.8-ldflags.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/tuxdash/files/tuxdash-0.8-ldflags.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tuxdash-0.8-ldflags.patch 30 Sep 2010 04:29:54 -0000 1.1
+++ tuxdash-0.8-ldflags.patch 12 Oct 2010 04:28:01 -0000 1.2
@@ -3,6 +3,6 @@
@@ -1,4 +1,4 @@
all:
- g++ main.cpp $(E_CXXFLAGS) `/usr/bin/sdl-config --libs --cflags` -lSDL_ttf -o ../tuxdash
-+ g++ main.cpp $(LDFLAGS) $(E_CXXFLAGS) `/usr/bin/sdl-config --libs --cflags` -lSDL_ttf -o ../tuxdash
++ $(CXX) main.cpp $(LDFLAGS) $(E_CXXFLAGS) `/usr/bin/sdl-config --libs --cflags` -lSDL_ttf -o ../tuxdash
static:
g++ -static main.cpp $(E_CXXFLAGS) `/usr/bin/sdl-config --cflags --static-libs` -lSDL_ttf -lfreetype -lz -o ../tuxdash
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-10-12 4:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-12 4:28 [gentoo-commits] gentoo-x86 commit in games-arcade/tuxdash/files: tuxdash-0.8-ldflags.patch Michael Sterrett (mr_bones_)
-- strict thread matches above, loose matches on Subject: below --
2010-09-30 4:29 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