Bug#1067108: alien-arena: FTBFS with -Werror=implicit-function-declaration
Steve Langasek
steve.langasek at ubuntu.com
Tue Apr 9 22:01:05 BST 2024
Package: alien-arena
Followup-For: Bug #1067108
User: ubuntu-devel at lists.ubuntu.com
Usertags: origin-ubuntu noble ubuntu-patch
Control: tags -1 patch
Please find attached a fix for this bug, which has been uploaded to Ubuntu.
--
Steve Langasek Give me a lever long enough and a Free OS
Debian Developer to set it on, and I can move the world.
Ubuntu Developer https://www.debian.org/
slangasek at ubuntu.com vorlon at debian.org
-------------- next part --------------
diff -Nru alien-arena-7.71.3+dfsg/debian/patches/no-implicit-declarations.patch alien-arena-7.71.3+dfsg/debian/patches/no-implicit-declarations.patch
--- alien-arena-7.71.3+dfsg/debian/patches/no-implicit-declarations.patch 1969-12-31 16:00:00.000000000 -0800
+++ alien-arena-7.71.3+dfsg/debian/patches/no-implicit-declarations.patch 2024-04-09 13:53:07.000000000 -0700
@@ -0,0 +1,18 @@
+Description: add missing include
+Author: Steve Langasek <steve.langasek at canonical.com>
+Bug-Debian: https://bugs.debian.org/1067108
+Last-Update: 2024-04-09
+Forwarded: no
+
+Index: alien-arena-7.71.3+dfsg/source/game/g_unlagged.c
+===================================================================
+--- alien-arena-7.71.3+dfsg.orig/source/game/g_unlagged.c
++++ alien-arena-7.71.3+dfsg/source/game/g_unlagged.c
+@@ -21,6 +21,7 @@
+ #include "config.h"
+ #endif
+
++#include "qcommon/qcommon.h"
+ #include "g_local.h"
+
+ /*
diff -Nru alien-arena-7.71.3+dfsg/debian/patches/series alien-arena-7.71.3+dfsg/debian/patches/series
--- alien-arena-7.71.3+dfsg/debian/patches/series 2023-02-12 08:19:19.000000000 -0800
+++ alien-arena-7.71.3+dfsg/debian/patches/series 2024-04-09 13:51:57.000000000 -0700
@@ -6,3 +6,4 @@
odeconfig.patch
irc.patch
http11.patch
+no-implicit-declarations.patch
More information about the Pkg-games-devel
mailing list