[airstrike] 16/33: Add new patch as well.

Markus Koschany apo at moszumanska.debian.org
Wed Apr 13 09:34:17 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository airstrike.

commit 174e89d9cf5d560a857ba4bbd32273202f9cb3af
Author: Ansgar Burchardt <ansgar at debian.org>
Date:   Mon Mar 14 14:06:09 2011 +0000

    Add new patch as well.
---
 debian/patches/fix-link-flags.diff | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/debian/patches/fix-link-flags.diff b/debian/patches/fix-link-flags.diff
new file mode 100644
index 0000000..991e4c9
--- /dev/null
+++ b/debian/patches/fix-link-flags.diff
@@ -0,0 +1,17 @@
+From: Ilya Barygin <barygin at gmail.com>
+Date: Sun, 2 Jan 2011 11:44:12 +0300
+Subject: Add -lm to fix FTBFS with binutils-gold
+Bug-Debian: http://bugs.debian.org/553647
+Index: airstrike-0.99+1.0pre6a/src/Makefile
+===================================================================
+--- airstrike-0.99+1.0pre6a.orig/src/Makefile	2011-01-01 09:57:25.000000000 +0000
++++ airstrike-0.99+1.0pre6a/src/Makefile	2011-01-01 09:57:34.000000000 +0000
+@@ -5,7 +5,7 @@
+ OBJECTS:= $(CFILES:.c=.o)
+ 
+ airstrike: $(OBJECTS)
+-	$(CC) -o $@ $(CFLAGS) $(OBJECTS) `sdl-config --libs` -lSDL_image
++	$(CC) -o $@ $(CFLAGS) $(OBJECTS) `sdl-config --libs` -lSDL_image -lm
+ 
+ airstrike-sound: $(OBJECTS)
+ 	$(CC) -o $@ $(CFLAGS) $(OBJECTS) `sdl-config --libs` -lSDL_image -lSDL_mixer

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/airstrike.git



More information about the Pkg-games-commits mailing list