summaryrefslogtreecommitdiff
path: root/games/vdrift/files/patch-src_SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'games/vdrift/files/patch-src_SConscript')
-rw-r--r--games/vdrift/files/patch-src_SConscript6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/vdrift/files/patch-src_SConscript b/games/vdrift/files/patch-src_SConscript
index 5d1aa3120fb9..26a5d2b1e59b 100644
--- a/games/vdrift/files/patch-src_SConscript
+++ b/games/vdrift/files/patch-src_SConscript
@@ -6,7 +6,7 @@
-def addbulletpath( val ):
- return "../bullet-2.73/src/"+val
-+if (sys.platform != 'freebsd6') and (sys.platform != 'freebsd7') and (sys.platform != 'freebsd8'):
++if (sys.platform != 'freebsd6') and (sys.platform != 'freebsd7') and (sys.platform != 'freebsd8') and (sys.platform != 'freebsd9'):
+ def addbulletpath( val ):
+ return "../bullet-2.73/src/"+val
@@ -19,7 +19,7 @@
-bullet_src = map(addbulletpath, bullet_src)
-src.extend(bullet_src)
-+if (sys.platform != 'freebsd6') and (sys.platform != 'freebsd7') and (sys.platform != 'freebsd8'):
++if (sys.platform != 'freebsd6') and (sys.platform != 'freebsd7') and (sys.platform != 'freebsd8') and (sys.platform != 'freebsd9'):
+ bullet_src = map(addbulletpath, bullet_src)
+ src.extend(bullet_src)
@@ -29,7 +29,7 @@
vdrift_install = None
common_libs = ['SDL_image', 'SDL_net', 'SDL_gfx', 'vorbisfile']
-+if (sys.platform == 'freebsd6') or (sys.platform == 'freebsd7') or (sys.platform == 'freebsd8'):
++if (sys.platform == 'freebsd6') or (sys.platform == 'freebsd7') or (sys.platform == 'freebsd8') or (sys.platform == 'freebsd9'):
+ common_libs.append('libbulletcollision')
+ common_libs.append('libbulletmath')
+