[SCM] logic game ported from ATARI XE/XL branch, master, updated. debian/0.62-1-11-ga56c83a

Stephen Kitt steve at sk2.org
Sat Nov 7 17:23:46 UTC 2009


The following commit has been merged in the master branch:
commit a6e28c0b1856d6fbd448f11a445d23e537cffb2f
Author: Stephen Kitt <steve at sk2.org>
Date:   Sat Nov 7 16:04:37 2009 +0100

    Explicitly link in the maths library (closes: #554691).

diff --git a/debian/changelog b/debian/changelog
index f8733d7..2839fa4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gnurobbo (0.62+dfsg-2) unstable; urgency=low
+
+  * Explicitly link in the maths library (closes: #554691).
+
+ -- Stephen Kitt <steve at sk2.org>  Sat, 07 Nov 2009 16:03:35 +0100
+
 gnurobbo (0.62+dfsg-1) unstable; urgency=low
 
   * Repackage upstream tarball to avoid shipping non-free files in the
diff --git a/debian/patches/Makefile.diff b/debian/patches/Makefile.diff
index 02c6926..00d4d91 100644
--- a/debian/patches/Makefile.diff
+++ b/debian/patches/Makefile.diff
@@ -27,7 +27,7 @@ Date: Fri, 06 Mar 2009 02:16:03 +0100
  
  # Choose ONE of these and comment the other
  #FONT_USE_PIXMAP=-DUSE_PIXMAP_FONT
-@@ -24,9 +24,9 @@
+@@ -24,10 +24,10 @@
  
  # These should be ok for most
  CC=gcc
@@ -35,10 +35,12 @@ Date: Fri, 06 Mar 2009 02:16:03 +0100
 +CFLAGS+=-pipe -Wall -I/usr/include `sdl-config --cflags` -DPLATFORM_PC -DVERSION=\"$(VERSION)\" -DPACKAGE_DATA_DIR=\"$(PACKAGE_DATA_DIR)/\" $(FONT_USE_PIXMAP)
  LINK=gcc
 -LDFLAGS=-L/usr/lib
+-LIBS=`sdl-config --libs` $(FONT_USE_SDL_TTF)
 +LDFLAGS=
- LIBS=`sdl-config --libs` $(FONT_USE_SDL_TTF)
++LIBS=-lm `sdl-config --libs` $(FONT_USE_SDL_TTF)
  
  # You won't need to alter anything below
+ all: $(SOURCES) $(TARGET)
 @@ -41,7 +41,8 @@
  .PHONY: all clean install
  

-- 
logic game ported from ATARI XE/XL



More information about the Pkg-games-commits mailing list