1 2 3 4 5 6 7 8 9 10 11 12 13
|
Index: glob2-0.9.4.4/SConstruct
===================================================================
--- glob2-0.9.4.4.orig/SConstruct 2009-08-30 15:23:30.000000000 -0400
glob2-0.9.4.4/SConstruct 2013-04-08 07:43:52.776970173 -0400
@@ -263,7 263,7 @@
else:
env.ParseConfig("sdl-config --cflags")
env.ParseConfig("sdl-config --libs")
- env.Append(LIBS=['vorbisfile', 'SDL_ttf', 'SDL_image', 'SDL_net', 'speex'])
env.Append(LIBS=['vorbisfile', 'SDL_ttf', 'SDL_image', 'SDL_net', 'speex', 'pthread'])
env["TARFILE"] = env.Dir("#").abspath "/glob2-" env["VERSION"] ".tar.gz"
env["TARFLAGS"] = "-c -z"
|