New package - FIFE Engine, a 2D game engine under active development. Dependency for "Unknown Horizons" soon to be provided. OBS-URL: https://build.opensuse.org/request/show/70034 OBS-URL: https://build.opensuse.org/package/show/games/fife?expand=0&rev=1
14 lines
551 B
Diff
14 lines
551 B
Diff
diff -urN fife-0.3.2.old//engine/SConscript fife-0.3.2/engine/SConscript
|
|
--- fife-0.3.2.old//engine/SConscript 2010-07-05 20:36:41.000000000 +0100
|
|
+++ fife-0.3.2/engine/SConscript 2011-05-09 01:15:23.731939633 +0100
|
|
@@ -128,7 +128,8 @@
|
|
SHLIBEMITTER = '')
|
|
else:
|
|
sharedlib = env.SharedLibrary(target = fife_tgt,
|
|
- source = compilefiles)
|
|
+ source = compilefiles,
|
|
+ LINKFLAGS=['-Wl,-soname,libfife.so.SONAME'])
|
|
|
|
#**************************************************************************
|
|
#python library target
|