r710 - packages/vdrift/vdrift/trunk/debian/patches

Gonéri Le Bouder goneri-guest at costa.debian.org
Thu May 18 20:18:35 UTC 2006


Author: goneri-guest
Date: 2006-05-18 20:18:28 +0000 (Thu, 18 May 2006)
New Revision: 710

Modified:
   packages/vdrift/vdrift/trunk/debian/patches/03_fix_build.patch
Log:
update the patch to be able to install it after 01_libalut.patch
sorry for the commit flood, i'm a bit tired :( 


Modified: packages/vdrift/vdrift/trunk/debian/patches/03_fix_build.patch
===================================================================
--- packages/vdrift/vdrift/trunk/debian/patches/03_fix_build.patch	2006-05-18 20:05:07 UTC (rev 709)
+++ packages/vdrift/vdrift/trunk/debian/patches/03_fix_build.patch	2006-05-18 20:18:28 UTC (rev 710)
@@ -1,10 +1,10 @@
 diff -ru vdrift-0.0.2006.02.21.orig/src/SConscript vdrift-0.0.2006.02.21/src/SConscript
---- vdrift-0.0.2006.02.21.orig/src/SConscript	2006-05-18 22:03:28.000000000 +0200
-+++ vdrift-0.0.2006.02.21/src/SConscript	2006-05-18 22:04:08.000000000 +0200
+--- vdrift-0.0.2006.02.21.orig/src/SConscript	2006-05-18 22:17:01.000000000 +0200
++++ vdrift-0.0.2006.02.21/src/SConscript	2006-05-18 22:16:35.000000000 +0200
 @@ -54,7 +54,7 @@
  local_env.Append(CPPDEFINES = [('DATA_DIR', '\\"$prefix\\"'),
                                 ('SETTINGS_DIR', '\\"$settings\\"')])
- local_env.Append(LIBS = ['GL', 'GLU', 'SDL_image', 'SDL_net'])
+ local_env.Append(LIBS = ['GL', 'GLU', 'SDL_image', 'SDL_net','alut'])
 -local_env.Append(LIBPATH = ['/usr/X11R6/lib'])
 +local_env.Append(LIBPATH = ['/usr/lib'])
  




More information about the Pkg-games-commits mailing list