#! /bin/sh /usr/share/dpatch/dpatch-run
## 12no_tainted_on_arm.dpatch by <hesso@pool.math.tu-berlin.de>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Avoid the $tainted definitions on ARM.
@DPATCH@
--- mrxvt-0.5.2_orig/src/rxvt.h 2007-07-20 23:55:16.000000000 +0200
+++ mrxvt-0.5.2/src/rxvt.h 2007-07-20 23:55:54.000000000 +0200
@@ -485,7 +485,7 @@
* turn is unsafe without checking. Untainted defines the type of data that is
* safe.
*/
-#ifdef __GNUC__
+#if defined(__GNUC__) && !defined(__arm__)
# define $tainted
# define $untainted
# define TAINTED $tainted