diff options
author | Cyril Romain <cyril.romain@gmail.com> | 2007-03-11 13:21:29 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-03-11 13:21:29 +0000 |
commit | 6945d90028cdae79dedbb494a000b3d2338312c6 (patch) | |
tree | 66083e324f0662053acdc8558bd08a233568456c /packages/mrxvt/files | |
parent | 280023fc2f212189c91320b649385bf70a987c8b (diff) |
mrxvt: update to 0.5.2 - close #1964
Diffstat (limited to 'packages/mrxvt/files')
-rw-r--r-- | packages/mrxvt/files/fix-compile.patch | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/packages/mrxvt/files/fix-compile.patch b/packages/mrxvt/files/fix-compile.patch index 25794dc5fd..c849ffd35e 100644 --- a/packages/mrxvt/files/fix-compile.patch +++ b/packages/mrxvt/files/fix-compile.patch @@ -1,19 +1,16 @@ - -# -# Patch managed by http://www.holgerschurig.de/patcher.html -# - ---- mrxvt-0.4.1/src/rxvt.h~fix-compile -+++ mrxvt-0.4.1/src/rxvt.h -@@ -387,15 +387,8 @@ - ** which in turn is unsafe without checking. - ** Untainted defines the type of data that is safe. - */ +Index: mrxvt-0.5.2/src/rxvt.h +=================================================================== +--- mrxvt-0.5.2.orig/src/rxvt.h ++++ mrxvt-0.5.2/src/rxvt.h +@@ -488,15 +488,8 @@ typedef char* XPointer; + * turn is unsafe without checking. Untainted defines the type of data that is + * safe. + */ -#ifdef __GNUC__ -# define $tainted -# define $untainted --# define TAINTED $tainted --# define UNTAINTED $untainted +-# define TAINTED $tainted +-# define UNTAINTED $untainted -#else -# define TAINTED -# define UNTAINTED |