[SCM] Packaging for sauerbraten game engine branch, master, updated. upstream/0.0.20100728.dfsg-42-g91cc552

Evgeni Golov evgeni at debian.org
Wed May 11 23:14:35 UTC 2011


The following commit has been merged in the master branch:
commit 91cc552b26d8f49e969ebae761baabf49fb66d18
Author: Evgeni Golov <evgeni at debian.org>
Date:   Thu May 12 01:13:07 2011 +0200

    Link with -lrt on kFreeBSD too.
    Closes: #621811

diff --git a/debian/changelog b/debian/changelog
index 9995099..4e00581 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+sauerbraten (0.0.20100728.dfsg-4) unstable; urgency=low
+
+  * Team upload.
+  * Link with -lrt on kFreeBSD too.
+    Closes: #621811
+
+ -- Evgeni Golov <evgeni at debian.org>  Thu, 12 May 2011 01:03:35 +0200
+
 sauerbraten (0.0.20100728.dfsg-3) unstable; urgency=low
 
   * Allow building on PowerPC again (Closes: 549470)
diff --git a/debian/patches/30-fix-indirect-linking-for-binutils-gold.diff b/debian/patches/30-fix-indirect-linking-for-binutils-gold.diff
index 00a49dc..56ed882 100644
--- a/debian/patches/30-fix-indirect-linking-for-binutils-gold.diff
+++ b/debian/patches/30-fix-indirect-linking-for-binutils-gold.diff
@@ -2,7 +2,7 @@ Index: sauerbraten/Makefile
 ===================================================================
 --- sauerbraten.orig/Makefile	2010-07-29 21:24:21.000000000 -0400
 +++ sauerbraten/Makefile	2010-07-29 21:26:15.717746486 -0400
-@@ -21,7 +21,7 @@
+@@ -21,11 +21,14 @@
  CLIENT_LIBS= -mwindows -Llib -lSDL -lSDL_image -lSDL_mixer -lzdll -lopengl32 -lenet -lws2_32 -lwinmm
  else	
  CLIENT_INCLUDES= $(INCLUDES) -I/usr/X11R6/include `sdl-config --cflags`
@@ -11,3 +11,10 @@ Index: sauerbraten/Makefile
  endif
  ifeq ($(PLATFORM),Linux)
  CLIENT_LIBS+= -lrt
+ endif
++ifeq ($(PLATFORM),GNU/kFreeBSD)
++CLIENT_LIBS+= -lrt
++endif
+ CLIENT_OBJS= \
+ 	shared/crypto.o \
+ 	shared/geom.o \

-- 
Packaging for sauerbraten game engine



More information about the Pkg-games-commits mailing list