diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-08-13 13:14:36 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-13 13:14:36 +0000 |
commit | f45a26339f26a4da01166c1969c5ea620f992883 (patch) | |
tree | 4c6777fbd5c0cccbfa8a4a767193d04f5a73bb6b /packages/mrxvt/files/fix-compile.patch | |
parent | 2d68f48ddd27b13f73c64447ab46aa380222f010 (diff) | |
parent | 4dce70dbb585c6751d6ad28d770994a76f172b28 (diff) |
merge of 573b5d78b5e0b180193dc60cf7ef9d57cb7fd657
and e04b75b646ac55cc032131167fa27c9cb86945a2
Diffstat (limited to 'packages/mrxvt/files/fix-compile.patch')
-rw-r--r-- | packages/mrxvt/files/fix-compile.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/packages/mrxvt/files/fix-compile.patch b/packages/mrxvt/files/fix-compile.patch new file mode 100644 index 0000000000..25794dc5fd --- /dev/null +++ b/packages/mrxvt/files/fix-compile.patch @@ -0,0 +1,25 @@ + +# +# 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. + */ +-#ifdef __GNUC__ +-# define $tainted +-# define $untainted +-# define TAINTED $tainted +-# define UNTAINTED $untainted +-#else +-# define TAINTED +-# define UNTAINTED +-#endif ++#define TAINTED ++#define UNTAINTED + + + /* |