aboutsummaryrefslogtreecommitdiff
path: root/x11/rxvt-unicode/files
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2006-01-25 22:28:59 +0000
committerThierry Thomas <thierry@FreeBSD.org>2006-01-25 22:28:59 +0000
commit817df01f442eb3cf6253f5dc5f0a4512a752081c (patch)
treea9f40514d4711efd5b0229cc556ae6858e62474c /x11/rxvt-unicode/files
parentf4286e533a2951591bb996fd8feb489328d4a985 (diff)
downloadports-817df01f442eb3cf6253f5dc5f0a4512a752081c.tar.gz
ports-817df01f442eb3cf6253f5dc5f0a4512a752081c.zip
Notes
Diffstat (limited to 'x11/rxvt-unicode/files')
-rw-r--r--x11/rxvt-unicode/files/patch-src_fdpass.C12
-rw-r--r--x11/rxvt-unicode/files/patch-src_rxvtperl.xs11
2 files changed, 11 insertions, 12 deletions
diff --git a/x11/rxvt-unicode/files/patch-src_fdpass.C b/x11/rxvt-unicode/files/patch-src_fdpass.C
deleted file mode 100644
index 48b2ff385457..000000000000
--- a/x11/rxvt-unicode/files/patch-src_fdpass.C
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/fdpass.C.orig Sun Jan 22 18:08:42 2006
-+++ src/fdpass.C Sun Jan 22 22:40:54 2006
-@@ -28,6 +28,9 @@
- #include <sys/uio.h>
- #include <sys/types.h>
- #include <sys/socket.h>
-+#if defined(__FreeBSD__)
-+#include <stddef.h>
-+#endif
-
- #include "libptytty.h"
-
diff --git a/x11/rxvt-unicode/files/patch-src_rxvtperl.xs b/x11/rxvt-unicode/files/patch-src_rxvtperl.xs
new file mode 100644
index 000000000000..bf63e52af27b
--- /dev/null
+++ b/x11/rxvt-unicode/files/patch-src_rxvtperl.xs
@@ -0,0 +1,11 @@
+--- src/rxvtperl.xs.orig Wed Jan 25 21:22:04 2006
++++ src/rxvtperl.xs Wed Jan 25 23:18:53 2006
+@@ -560,7 +560,7 @@
+ char *str = va_arg (ap, char *);
+ int len = va_arg (ap, int);
+
+- printf ("pushing str %p:%d\n", str,len);//D
++ // printf ("pushing str %p:%d\n", str,len);//D
+ XPUSHs (sv_2mortal (newSVpvn (str, len)));
+ }
+ break;