Hi ports!

> http://build-failures.rhaalovely.net//powerpc/2019-01-01/games/dangerdeep.log

There was just a missing header. It builds [1] and runs fine on macppc
and doesn't break the amd64 build.

Charlène. 

[1] http://ix.io/1yAF

Index: Makefile
===================================================================
RCS file: /cvs/ports/games/dangerdeep/Makefile,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 Makefile
--- Makefile    24 Oct 2018 14:28:02 -0000      1.7
+++ Makefile    18 Jan 2019 09:53:58 -0000
@@ -3,7 +3,7 @@
 COMMENT =              WWII German submarine simulator
 
 PKGNAME =              dangerdeep-0.3.99.3327
-REVISION =             3
+REVISION =             4
 
 CATEGORIES =           games
 
Index: patches/patch-src_matrix3_h
===================================================================
RCS file: patches/patch-src_matrix3_h
diff -N patches/patch-src_matrix3_h
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-src_matrix3_h 18 Jan 2019 09:53:58 -0000
@@ -0,0 +1,13 @@
+$OpenBSD$
+Fix missing header for ports-gcc
+Index: src/matrix3.h
+--- src/matrix3.h.orig
++++ src/matrix3.h
+@@ -24,6 +24,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, 
+ #ifndef MATRIX3_H
+ #define MATRIX3_H
+ 
++#include <string.h>
+ #include "matrix.h"
+ 
+ /// a 3x3 matrix, reimplemented for 3x3 case for speed issues

Reply via email to