diff options
author | Edinaldo P.Silva <edps.mundognu@gmail.com> | 2019-10-05 05:50:09 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-05 05:50:09 +0700 |
commit | 0cf8b42f069ce7f62e6b23462ca8d935f5535d99 (patch) | |
tree | f0c675ede5be9354319941634f1549c41b44258f /desktop/gmrun/patches/20-includes.patch | |
parent | cf4918cea4979181c88f42b94ca2d556a032d459 (diff) |
desktop/gmrun: Updated for version 0.9.5w.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/gmrun/patches/20-includes.patch')
-rw-r--r-- | desktop/gmrun/patches/20-includes.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/desktop/gmrun/patches/20-includes.patch b/desktop/gmrun/patches/20-includes.patch deleted file mode 100644 index c387bcd1dd..0000000000 --- a/desktop/gmrun/patches/20-includes.patch +++ /dev/null @@ -1,15 +0,0 @@ -# Description: include missing headers -# Author: Martin Michlmayr <tbm@cyrius.com> - -Index: gmrun-0.9.2/src/prefs.cc -=================================================================== ---- gmrun-0.9.2.orig/src/prefs.cc 2010-02-03 12:30:57.407768496 +0800 -+++ gmrun-0.9.2/src/prefs.cc 2010-02-03 12:31:04.636318281 +0800 -@@ -10,6 +10,7 @@ - *****************************************************************************/ - - -+#include <cstdlib> - #include <fstream> - #include <iostream> - #include <stdio.h> |