summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-sports/vdrift/files/vdrift-20090615-ldflags.patch')
-rw-r--r--games-sports/vdrift/files/vdrift-20090615-ldflags.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/games-sports/vdrift/files/vdrift-20090615-ldflags.patch b/games-sports/vdrift/files/vdrift-20090615-ldflags.patch
new file mode 100644
index 000000000000..1949ef8036c0
--- /dev/null
+++ b/games-sports/vdrift/files/vdrift-20090615-ldflags.patch
@@ -0,0 +1,10 @@
+--- SConstruct.old 2010-10-06 15:54:11.000000000 +0200
++++ SConstruct 2010-10-06 15:59:55.000000000 +0200
+@@ -141,6 +141,7 @@
+ LINKFLAGS = ['-pthread'],
+ CC = 'gcc', CXX = 'g++',
+ options = opts)
++ env['LINKFLAGS'] += SCons.Util.CLVar(os.environ['LDFLAGS'])
+ check_headers = ['asio.hpp', 'boost/bind.hpp', 'GL/gl.h', 'GL/glu.h', 'SDL/SDL.h', 'SDL/SDL_image.h', 'SDL/SDL_rotozoom.h', 'vorbis/vorbisfile.h', 'GL/glew.h']
+
+