Fix FTBFS.

This commit is contained in:
Jon Ciesla 2012-11-09 07:43:49 -06:00
parent c238245e3e
commit 09c1cab880
2 changed files with 14 additions and 0 deletions

11
gource-0.38-boost.patch Normal file
View File

@ -0,0 +1,11 @@
--- src/logmill.cpp~ 2012-04-19 20:52:29.000000000 -0500
+++ src/logmill.cpp 2012-11-09 07:35:18.407176102 -0600
@@ -176,7 +176,7 @@
logfile = repo_path.string();
}
}
- } catch(boost::filesystem3::filesystem_error& error) {
+ } catch(boost::filesystem::filesystem_error& error) {
}
}

View File

@ -6,6 +6,7 @@ URL: http://gource.googlecode.com/
Source: https://gource.googlecode.com/files/%{name}-%{version}.tar.gz
Patch1: gource-build-fix.patch
Patch2: gource-0.38-boost.patch
License: GPLv3+
Group: Applications/Productivity
@ -21,6 +22,7 @@ BuildRequires: libGLU-devel
BuildRequires: glew-devel
BuildRequires: freetype-devel
BuildRequires: glm-devel
BuildRequires: boost-devel
Requires: gnu-free-sans-fonts
@ -35,6 +37,7 @@ files and directories.
%prep
%setup -q
#% patch1 -p1
%patch2 -p0
sed -i.cp -e 's|cp |cp -p |' Makefile.in
%build