From 38ca57ee7378eedbf7a485c6dad442b537000429 Mon Sep 17 00:00:00 2001 From: mezz Date: Tue, 18 Sep 2007 16:18:54 +0000 Subject: No longer need this. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9662 df743ca5-7f9a-e211-a948-0013205c9059 --- .../files/patch-fix_with_gcc34 | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 sysutils/gnome-system-monitor/files/patch-fix_with_gcc34 diff --git a/sysutils/gnome-system-monitor/files/patch-fix_with_gcc34 b/sysutils/gnome-system-monitor/files/patch-fix_with_gcc34 deleted file mode 100644 index 17e0c12ee..000000000 --- a/sysutils/gnome-system-monitor/files/patch-fix_with_gcc34 +++ /dev/null @@ -1,25 +0,0 @@ -Index: src/defaulttable.h -=================================================================== ---- src/defaulttable.h (révision 2062) -+++ src/defaulttable.h (copie de travail) -@@ -2,18 +2,17 @@ - #define _PROCMAN_DEFAULTTABLE_H_ - - #include --#include - #include "regex.h" - - /* This file contains prettynames and icons for well-known applications, that by default has no .desktop entry */ - - struct PrettyTableItem - { -- std::tr1::shared_ptr command; -+ pcrecpp::RE* command; - std::string icon; - }; - --#define ITEM(CMD, ICON) { std::tr1::shared_ptr(new pcrecpp::RE((CMD))), (ICON) } -+#define ITEM(CMD, ICON) { new pcrecpp::RE((CMD)), (ICON) } - - /* The current table is only a test */ - static const PrettyTableItem default_table[] = { -- cgit v1.2.3