* [gentoo-commits] gentoo-x86 commit in games-arcade/vor/files: vor-0.5.4-underlink.patch
@ 2011-05-19 15:20 Alfredo Tupone (tupone)
0 siblings, 0 replies; 2+ messages in thread
From: Alfredo Tupone (tupone) @ 2011-05-19 15:20 UTC (permalink / raw
To: gentoo-commits
tupone 11/05/19 15:20:41
Added: vor-0.5.4-underlink.patch
Log:
Fix underlink. Bug #367455
(Portage version: 2.1.9.49/cvs/Linux x86_64)
Revision Changes Path
1.1 games-arcade/vor/files/vor-0.5.4-underlink.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/vor/files/vor-0.5.4-underlink.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/vor/files/vor-0.5.4-underlink.patch?rev=1.1&content-type=text/plain
Index: vor-0.5.4-underlink.patch
===================================================================
--- Makefile.old 2011-05-19 09:48:26.698819456 +0200
+++ Makefile 2011-05-19 16:40:54.526390959 +0200
@@ -29,7 +29,7 @@
sdl-cflags := $(shell sdl-config --cflags)
sdl-ldflags := $(shell sdl-config --libs)
-ldflags := $(sdl-ldflags) -lSDL_image -lSDL_mixer $(LDFLAGS)
+LDLIBS := $(sdl-ldflags) -lSDL_image -lSDL_mixer -lm
cflags := $(sdl-cflags) $(paths) $(CFLAGS)
my_objects := args.o dust.o file.o mt.o rocks.o score.o sprite.o sound.o autopilot.o
@@ -89,7 +89,7 @@
sprite.o: sprite.h common.h
vor: $(objects)
- $(CC) $^ $(ldflags) -o $@
+ $(LINK.c) $^ $(LOADLIBES) $(LDLIBS) -o $@
include gfx.mk
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-arcade/vor/files: vor-0.5.4-underlink.patch
@ 2014-07-16 1:54 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2014-07-16 1:54 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 14/07/16 01:54:53
Removed: vor-0.5.4-underlink.patch
Log:
old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-07-16 1:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-16 1:54 [gentoo-commits] gentoo-x86 commit in games-arcade/vor/files: vor-0.5.4-underlink.patch Michael Sterrett (mr_bones_)
-- strict thread matches above, loose matches on Subject: below --
2011-05-19 15:20 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