Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37856474
en ru br
ALT Linux repos
S:1.5.1-alt3
5.0: 0.61.09-alt1
4.1: 0.61.07-alt1.qa1
4.0: 0.61.06-alt2

Group :: Office
RPM: synfigstudio

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: synfigstudio-0.62.00-cflags.patch
Download


Do not cripple the CFLAGS, while removing debugging
information and adding arbitrary flags.
Lubomir Rintel <lkundrak@v3.sk>
diff -urp synfigstudio-0.62.00/configure.ac synfigstudio-0.62.00.fixed/configure.ac
--- synfigstudio-0.62.00/configure.ac	2009-10-12 11:33:44.000000000 +0200
+++ synfigstudio-0.62.00.fixed/configure.ac	2009-12-24 03:16:09.977442048 +0100
@@ -31,7 +31,7 @@ AC_PROG_INSTALL
 AC_LANG([C++])
 
 
-AC_ARG_DEBUG
+#AC_ARG_DEBUG
 
 case "$debug" in
 	yes)
@@ -39,11 +39,11 @@ case "$debug" in
 	;;
 esac
 
-AC_ARG_OPTIMIZATION
-AC_ARG_WARNINGS
-AC_ARG_PROFILE_ARCS
-AC_ARG_BRANCH_PROBABILITIES
-AC_ARG_PROFILING
+#AC_ARG_OPTIMIZATION
+#AC_ARG_WARNINGS
+#AC_ARG_PROFILE_ARCS
+#AC_ARG_BRANCH_PROBABILITIES
+#AC_ARG_PROFILING
 
 AC_ARG_ENABLE(g5opt,[
   --enable-g5opt           enable optimizations specific to G5 proc],[
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin