Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37613238
en ru br
ALT Linux repos
S:1.4w-alt1
5.0: 0.9.2-alt2
4.1: 0.9.2-alt1
4.0: 0.9.2-alt1
3.0:
+backports:0.9.2-alt0.C30.1

Group :: System/X11
RPM: gmrun

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: gmrun-0.9.1-deb-30-fix-gcc-4.3-build.patch
Download


#! /bin/sh /usr/share/dpatch/dpatch-run
## 30-fix-gcc-4.3-build.dpatch by Cyril Brulebois <cyril.brulebois@enst-bretagne.fr>
##
## DP: include missing headers
@DPATCH@
--- a/src/ci_string.h
+++ b/src/ci_string.h
@@ -8,6 +8,7 @@
 
 #include <string>
 #include <ctype.h>
+#include <cstring>
 
 struct ci_char_traits : public std::char_traits<char>
 {
--- a/src/gtkcompletionline.cc
+++ b/src/gtkcompletionline.cc
@@ -30,6 +30,7 @@
 #include <sstream>
 #include <string>
 #include <vector>
+#include <cstring>
 using namespace std;
 
 #include "gtkcompletionline.h"
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin