mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 16:20:33 -04:00
Revert irc/bitchx back to 1.1.0.1. Set LATEST_LINK for irc/bitchx-devel appropriately. PR: ports/172294, ports/172295 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (maintainer) Feature safe: yes
32 lines
684 B
Text
32 lines
684 B
Text
|
|
|
|
Patch attached with submission follows:
|
|
|
|
diff -ur BitchX.orig/include/module.h BitchX/include/module.h
|
|
--- BitchX.orig/include/module.h Fri Apr 11 03:09:07 2003
|
|
+++ include/module.h Sun Jan 8 17:18:15 2006
|
|
@@ -15,7 +15,7 @@
|
|
|
|
#include "struct.h"
|
|
|
|
-typedef int (*Function_ptr)();
|
|
+typedef long (*Function_ptr)();
|
|
|
|
#ifdef WANT_DLL
|
|
#ifdef HPUX
|
|
diff -ur BitchX.orig/source/screen.c BitchX/source/screen.c
|
|
--- BitchX.orig/source/screen.c Thu Jul 31 09:01:08 2003
|
|
+++ source/screen.c Sun Jan 8 17:18:18 2006
|
|
@@ -1377,8 +1377,8 @@
|
|
{
|
|
if (!w)
|
|
w = current_window;
|
|
- if (w->screen)
|
|
- w->screen->cursor_window = w;
|
|
+/* if (w->screen)
|
|
+ w->screen->cursor_window = w;*/
|
|
}
|
|
|
|
/*
|
|
|
|
|