r701 - packages/vdrift/vdrift/trunk/debian/patches

Gonéri Le Bouder goneri-guest at costa.debian.org
Thu May 18 19:21:54 UTC 2006


Author: goneri-guest
Date: 2006-05-18 19:21:53 +0000 (Thu, 18 May 2006)
New Revision: 701

Added:
   packages/vdrift/vdrift/trunk/debian/patches/03_fix_build.patch
Log:
fix build with scons 0.96.92-1


Added: packages/vdrift/vdrift/trunk/debian/patches/03_fix_build.patch
===================================================================
--- packages/vdrift/vdrift/trunk/debian/patches/03_fix_build.patch	2006-05-18 08:15:45 UTC (rev 700)
+++ packages/vdrift/vdrift/trunk/debian/patches/03_fix_build.patch	2006-05-18 19:21:53 UTC (rev 701)
@@ -0,0 +1,18 @@
+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 21:06:42.000000000 +0200
++++ vdrift-0.0.2006.02.21/src/SConscript	2006-02-20 07:01:20.000000000 +0100
+@@ -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(LIBPATH = ['/usr/lib'])
++local_env.Append(LIBPATH = ['/usr/X11R6/lib'])
+ 
+ #-----------------------#
+ # Distribute to src_dir #
+@@ -73,4 +73,4 @@
+ #---------#
+ # Install #
+ #---------#
+-local_env.Install('/usr/games', vdrift)
++local_env.Install('$destdir$bin', vdrift)




More information about the Pkg-games-commits mailing list