Hi,

I fixed the bug. Will upload soon. Patch as attachment.

Yours,
Paul
Description: Fix FTBFS caused by -Werror=implicit-function-declaration
Bug-Debian: http://bugs.debian.org/1066527
Author: Ying-Chun Liu (PaulLiu) <paul...@debian.org>
Last-Update: 2024-04-01
Index: xsystem35-1.7.3-pre5/modules/NIGHTDLL/sactcg.c
===================================================================
--- xsystem35-1.7.3-pre5.orig/modules/NIGHTDLL/sactcg.c
+++ xsystem35-1.7.3-pre5/modules/NIGHTDLL/sactcg.c
@@ -35,6 +35,7 @@
 #include "surface.h"
 #include "ngraph.h"
 #include "sactcg.h"
+#include "eucsjis.h"
 
 #define CGMAX 65536
 static cginfo_t *cgs[CGMAX];
Index: xsystem35-1.7.3-pre5/modules/NIGHTDLL/nt_msg.c
===================================================================
--- xsystem35-1.7.3-pre5.orig/modules/NIGHTDLL/nt_msg.c
+++ xsystem35-1.7.3-pre5/modules/NIGHTDLL/nt_msg.c
@@ -18,6 +18,7 @@
 #include "sactcg.h"
 #include "sjisname.h"
 #include "sactstring.h"
+#include "eucsjis.h"
 
 
 extern int ntsel_dosel(void);
Index: xsystem35-1.7.3-pre5/modules/NIGHTDLL/nt_event.c
===================================================================
--- xsystem35-1.7.3-pre5.orig/modules/NIGHTDLL/nt_event.c
+++ xsystem35-1.7.3-pre5/modules/NIGHTDLL/nt_event.c
@@ -13,6 +13,8 @@
 #include "night.h"
 #include "sprite.h"
 
+extern void cb_waitkey_sprite(agsevent_t *e);
+
 /*
   Messageキー入力待ち時の
 */

Attachment: OpenPGP_0x44173FA13D058888.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

Reply via email to