mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
ec85a08cbf
- 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)
12 lines
360 B
C
12 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
|