r11569 - packages/trunk/neverball/debian/patches

Paul Wise pabs at alioth.debian.org
Sat Dec 4 10:29:28 UTC 2010


Author: pabs
Date: 2010-12-04 10:29:28 +0000 (Sat, 04 Dec 2010)
New Revision: 11569

Added:
   packages/trunk/neverball/debian/patches/fix-build-gold-linker
Log:
add missing file

Added: packages/trunk/neverball/debian/patches/fix-build-gold-linker
===================================================================
--- packages/trunk/neverball/debian/patches/fix-build-gold-linker	                        (rev 0)
+++ packages/trunk/neverball/debian/patches/fix-build-gold-linker	2010-12-04 10:29:28 UTC (rev 11569)
@@ -0,0 +1,19 @@
+--- a/Makefile	2009-09-20 12:06:00.000000000 +0200
++++ b/Makefile	2010-10-18 13:30:28.167540948 +0200
+@@ -131,14 +131,14 @@
+     OGL_LIBS  := -framework OpenGL
+ endif
+ 
+-BASE_LIBS := -ljpeg $(PNG_LIBS) $(FS_LIBS)
++BASE_LIBS := -ljpeg $(PNG_LIBS) $(FS_LIBS) -lm
+ 
+ ifdef DARWIN
+     BASE_LIBS += -L/opt/local/lib
+ endif
+ 
+ ALL_LIBS := $(SDL_LIBS) $(BASE_LIBS) $(TILT_LIBS) $(INTL_LIBS) -lSDL_ttf \
+-    -lvorbisfile $(OGL_LIBS)
++    -lvorbisfile $(OGL_LIBS) -lX11
+ 
+ #------------------------------------------------------------------------------
+ 




More information about the Pkg-games-commits mailing list