r709 - packages/vdrift/vdrift/trunk/debian/patches

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


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

Modified:
   packages/vdrift/vdrift/trunk/debian/patches/03_fix_build.patch
Log:
nothing


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:00:40 UTC (rev 708)
+++ packages/vdrift/vdrift/trunk/debian/patches/03_fix_build.patch	2006-05-18 20:05:07 UTC (rev 709)
@@ -1,12 +1,12 @@
-diff -ru vdrift-0.0.2006.02.21/src/SConscript vdrift-0.0.2006.02.21.orig/src/SConscript
---- vdrift-0.0.2006.02.21.orig/src/SConscript	2006-02-20 07:01:20.000000000 +0100
-+++ vdrift-0.0.2006.02.21/src/SConscript	2006-05-18 21:06:42.000000000 +0200
+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
 @@ -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/X11R6/lib'])
 +local_env.Append(LIBPATH = ['/usr/lib'])
--local_env.Append(LIBPATH = ['/usr/X11R6/lib'])
  
  #-----------------------#
  # Distribute to src_dir #
@@ -14,5 +14,5 @@
  #---------#
  # Install #
  #---------#
+-local_env.Install('$destdir$bin', vdrift)
 +local_env.Install('/usr/games', vdrift)
--local_env.Install('$destdir$bin', vdrift)




More information about the Pkg-games-commits mailing list