aboutsummaryrefslogtreecommitdiff
path: root/games/pink-pony/files/patch-src_Line.cc
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2021-04-12 21:33:19 +0000
committerMatthias Andree <mandree@FreeBSD.org>2021-04-12 21:35:17 +0000
commit5ac091e57e9c9e320afe391aab57deb6ed6f2118 (patch)
tree0dc3d46f8b9f441e82b506ef0be4d4e1621c79ed /games/pink-pony/files/patch-src_Line.cc
parent3490a531954e1746ee3ce97d5a75e4cef298a214 (diff)
downloadports-5ac091e57e9c9e320afe391aab57deb6ed6f2118.tar.gz
ports-5ac091e57e9c9e320afe391aab57deb6ed6f2118.zip
games/pink-pony: make compatible with Imath 3.0, update glfw dep
The LIB_DEPENDS on glfw2 was tightened up to check the .so major version component, to avoid it picking up the incompatible glfw (3). Reported by: Koichiro Iwao (meta@)
Diffstat (limited to 'games/pink-pony/files/patch-src_Line.cc')
-rw-r--r--games/pink-pony/files/patch-src_Line.cc9
1 files changed, 9 insertions, 0 deletions
diff --git a/games/pink-pony/files/patch-src_Line.cc b/games/pink-pony/files/patch-src_Line.cc
new file mode 100644
index 000000000000..42a19e5ea01e
--- /dev/null
+++ b/games/pink-pony/files/patch-src_Line.cc
@@ -0,0 +1,9 @@
+--- src/Line.cc.orig 2014-01-01 01:39:36 UTC
++++ src/Line.cc
+@@ -1,5 +1,5 @@
+ #include "Line.hh"
+-#include <ImathLimits.h>
++#include <halfLimits.h>
+
+ #define EPSILON limits<double>::epsilon()
+