1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/games/oolite/files/patch-src_Core_OOPointMaths.h
Guido Falsi 9ebeb36c8e - Update to 1.82
- Convert to USES gnustep and unbreak
- Regenerate patches to silence portlint warnings

PR:		200496
Submitted by:	lightside at gmx.com
2015-06-05 23:26:11 +00:00

11 lines
256 B
Objective-C

--- src/Core/OOPointMaths.h.orig 2014-06-30 08:50:36 UTC
+++ src/Core/OOPointMaths.h
@@ -1,5 +1,6 @@
#import "OOFunctionAttributes.h"
-#include <tgmath.h>
+#include <complex.h>
+#include <math.h>
// Utilities for working with NSPoints as 2D vectors.