summaryrefslogtreecommitdiff
path: root/x11/gmrun/files
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2008-04-29 19:29:38 +0000
committerRenato Botelho <garga@FreeBSD.org>2008-04-29 19:29:38 +0000
commit1c13efaf178fdc1acce1a0282ade3be48ba8c579 (patch)
treed2f5428c1e9dc334e694d891a51a466f44cd0466 /x11/gmrun/files
parentAdd valid values fc6, f7 and f8: (diff)
- Fixed pkg-descr
- Change simple patch to reinplace_cmd
Notes
Notes: svn path=/head/; revision=212283
Diffstat (limited to 'x11/gmrun/files')
-rw-r--r--x11/gmrun/files/patch-src::gtkcompletionline.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11/gmrun/files/patch-src::gtkcompletionline.cc b/x11/gmrun/files/patch-src::gtkcompletionline.cc
deleted file mode 100644
index aca565accc3c..000000000000
--- a/x11/gmrun/files/patch-src::gtkcompletionline.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/gtkcompletionline.cc Thu Dec 18 14:47:42 2003
-+++ src/gtkcompletionline.cc.orig Thu Dec 18 14:50:30 2003
-@@ -348,7 +348,7 @@
- }
-
- static int
--select_executables_only(const struct dirent* dent)
-+select_executables_only(struct dirent* dent)
- {
- int len = strlen(dent->d_name);
- int lenp = prefix.length();