diff options
Diffstat (limited to 'x11/rxvt-unicode/files/patch-src::rxvtutil.C')
-rw-r--r-- | x11/rxvt-unicode/files/patch-src::rxvtutil.C | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/x11/rxvt-unicode/files/patch-src::rxvtutil.C b/x11/rxvt-unicode/files/patch-src::rxvtutil.C new file mode 100644 index 000000000000..8a20f4b0a495 --- /dev/null +++ b/x11/rxvt-unicode/files/patch-src::rxvtutil.C @@ -0,0 +1,18 @@ +--- ./src/rxvtutil.C.orig Mon Aug 16 01:11:46 2004 ++++ ./src/rxvtutil.C Tue Aug 17 23:15:04 2004 +@@ -4,6 +4,7 @@ + + #include "rxvtutil.h" + ++#ifdef HAVE_SYS_BYTEORDER_H + class byteorder byteorder; + + byteorder::byteorder () +@@ -20,6 +21,6 @@ + + e = w.u; + } +- ++#endif + + |