Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37885596
en ru br
ALT Linux repos
S:2.7-alt1_24.svn160110

Group :: Games/Other
RPM: boswars

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: boswars-2.4.1-SConstruct.patch
Download


diff -up boswars-2.6-src/SConstruct.orig boswars-2.6-src/SConstruct
--- boswars-2.6-src/SConstruct.orig	2010-04-11 14:13:04.000000000 +0200
+++ boswars-2.6-src/SConstruct	2010-04-16 16:06:09.693718391 +0200
@@ -265,7 +265,8 @@ addBosWarsPaths(env)
 
 # define the different build environments (variants)
 release = env.Clone()
-release.Append(CCFLAGS = Split('-O2 -pipe -fomit-frame-pointer -fexpensive-optimizations -ffast-math'))
+release.Append(CCFLAGS = Split('-ffast-math'))
+release.Append(LIBS = '-ltolua++')
 
 if mingw['extrapath']:
   mingw.Tool('crossmingw', toolpath = ['tools/scons/'])
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin