Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37434326
en ru br
ALT Linux repos
S:1.38-alt1
5.0: 0.15-alt2
4.1: 0.14-alt1
4.0: 0.10.2-alt1.1

Other repositories
Upstream:0.13

Group :: Development/Other
RPM: geany

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: geany-0.10-alt-configure-find_svn_silently.patch
Download


--- geany-0.10/configure.in.old	2007-02-08 15:31:18 +0300
+++ geany-0.10/configure.in	2007-02-08 15:34:24 +0300
@@ -55,8 +55,8 @@
 
 
 # get svn revision
-SVN=`which svn`
-if test -d ".svn" -a -x "${SVN}"
+SVN=`which svn 2>/dev/null`
+if test -d ".svn" -a "x${SVN}" != "x" -a -x "${SVN}"
 then
 	REVISION=r`$SVN info|grep 'Last Changed Rev'|cut -d' ' -f4`
 else
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin