comparison src/mingw-osmesa-1-fixes.patch @ 3790:a169ad26bac2

use scons to build osmesa on windows systems
author John W. Eaton <jwe@octave.org>
date Sun, 15 Feb 2015 13:33:36 -0500
parents
children 4f586cfb8438
comparison
equal deleted inserted replaced
3789:08eb76a22fa0 3790:a169ad26bac2
1 diff -uNr a/scons/gallium.py b/scons/gallium.py
2 --- a/scons/gallium.py 2014-06-25 00:33:39.000000000 -0400
3 +++ b/scons/gallium.py 2015-02-15 12:07:49.271713764 -0500
4 @@ -529,10 +529,6 @@
5 else:
6 env['_LIBFLAGS'] = '-Wl,--start-group ' + env['_LIBFLAGS'] + ' -Wl,--end-group'
7 if env['platform'] == 'windows':
8 - # Avoid depending on gcc runtime DLLs
9 - linkflags += ['-static-libgcc']
10 - if 'w64' in env['CC'].split('-'):
11 - linkflags += ['-static-libstdc++']
12 # Handle the @xx symbol munging of DLL exports
13 shlinkflags += ['-Wl,--enable-stdcall-fixup']
14 #shlinkflags += ['-Wl,--kill-at']