r708 - packages/vdrift/vdrift/trunk/debian/patches

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


Author: goneri-guest
Date: 2006-05-18 20:00:40 +0000 (Thu, 18 May 2006)
New Revision: 708

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


Modified: packages/vdrift/vdrift/trunk/debian/patches/03_fix_build.patch
===================================================================
--- packages/vdrift/vdrift/trunk/debian/patches/03_fix_build.patch	2006-05-18 19:52:54 UTC (rev 707)
+++ packages/vdrift/vdrift/trunk/debian/patches/03_fix_build.patch	2006-05-18 20:00:40 UTC (rev 708)
@@ -1,12 +1,12 @@
-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
+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
 @@ -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'])
++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('/usr/games', vdrift)
-+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