summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <tristan@gentoo.org>2011-11-12 15:58:10 +0000
committerTristan Heaven <tristan@gentoo.org>2011-11-12 15:58:10 +0000
commit57dd4837a52941e27d4cefee6f173a6c33d1815d (patch)
tree96bc79e84155ff1a76c6d7a903e3e8b767ae4e0f /games-sports/trigger/files
parentVersion bump; remove old (diff)
downloadgentoo-2-57dd4837a52941e27d4cefee6f173a6c33d1815d.tar.gz
gentoo-2-57dd4837a52941e27d4cefee6f173a6c33d1815d.tar.bz2
gentoo-2-57dd4837a52941e27d4cefee6f173a6c33d1815d.zip
Version bump
(Portage version: 2.2.0_alpha74/cvs/Linux x86_64)
Diffstat (limited to 'games-sports/trigger/files')
-rw-r--r--games-sports/trigger/files/trigger-0.6.0-ldflags.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/games-sports/trigger/files/trigger-0.6.0-ldflags.patch b/games-sports/trigger/files/trigger-0.6.0-ldflags.patch
new file mode 100644
index 000000000000..90f7d41f4882
--- /dev/null
+++ b/games-sports/trigger/files/trigger-0.6.0-ldflags.patch
@@ -0,0 +1,13 @@
+Index: mk/jam/unix.jam
+===================================================================
+--- mk/jam/unix.jam (revision 48)
++++ mk/jam/unix.jam (working copy)
+@@ -41,7 +41,7 @@
+
+ actions LinkApplication bind NEEDLIBS bind EXTRAOBJECTS
+ {
+- $(LINK) -o $(<) $(>) $(EXTRAOBJECTS) $(NEEDLIBS) $(LFLAGS)
++ $(LINK) $(C++FLAGS) $(LDFLAGS) -o $(<) $(>) $(EXTRAOBJECTS) $(NEEDLIBS) $(LFLAGS)
+ }
+
+