ports/irc/scrollz/files/patch-include-window.h
Beech Rintoul ec85a08cbf - Fix implicit dependency on iconv and openssl
- OPTIONfy
- Enable '/WINDOW CREATE'
- Install wserv as wservz, to avoid conflict with ports/irc/ircII
- Support tmux terminal multiplexer
- Bump PORTREVISION

PR:		ports/176786
Submitted by:	Norikatsu Shigemura <nork@FreeBSD.org>
Approved by:	Maarten de Vries <mdv@unsavoury.net> (maintainer)
2013-03-11 21:34:13 +00:00

11 lines
360 B
C

--- include/window.h.orig 2011-04-29 17:21:18.000000000 +0900
+++ include/window.h 2013-03-09 18:47:08.841093765 +0900
@@ -42,7 +42,7 @@
* CREATE, that allows you to start new iscreen or xterm windows
* connected to the ircII client.
*/
-#undef WINDOW_CREATE
+#define WINDOW_CREATE
#if defined(M_UNIX) || !defined(HAVE_SYS_UN_H)
#undef WINDOW_CREATE