freebsd-ports/x11/rxvt-unicode/files/patch-src::rxvtutil.C
Thierry Thomas 6c3685400f Add rxvt-unicode, a clone of the well known terminal emulator rxvt,
modified to store text in Unicode.

PR:		ports/70463
Submitted by:	myself
Repocopied by:	marcus
2004-08-17 22:17:56 +00:00

18 lines
273 B
C

--- ./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