summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjoerg <joerg>2013-11-08 21:15:47 +0000
committerjoerg <joerg>2013-11-08 21:15:47 +0000
commit58c3c3b6df0715ee0d8f45dfe1661e7617cb9597 (patch)
treed4fc7848ed2efaec1542017d5cf7c968601dd0bd /misc
parent2d2df41a704b66982330ae889b8fbea6c9542b85 (diff)
downloadpkgsrc-58c3c3b6df0715ee0d8f45dfe1661e7617cb9597.tar.gz
Fix template lookup of Square.
Diffstat (limited to 'misc')
-rw-r--r--misc/celestia/distinfo3
-rw-r--r--misc/celestia/patches/patch-src_celmath_intersect.h12
2 files changed, 14 insertions, 1 deletions
diff --git a/misc/celestia/distinfo b/misc/celestia/distinfo
index d98dbe44215..c822d9c1b3b 100644
--- a/misc/celestia/distinfo
+++ b/misc/celestia/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.24 2013/10/27 21:21:26 dholland Exp $
+$NetBSD: distinfo,v 1.25 2013/11/08 21:15:47 joerg Exp $
SHA1 (celestia-1.6.1.tar.gz) = 1f0fdf4525a8b9d6c708e1f6383babed670d18e7
RMD160 (celestia-1.6.1.tar.gz) = 46ffae2896f95d92b0b7aaacfce8d004fb55bf1a
@@ -19,4 +19,5 @@ SHA1 (patch-src_celengine_cmdparser.cpp) = b1c54d0b5c6af92606cdf9f23b73c1a8662a1
SHA1 (patch-src_celengine_command.cpp) = 5f1466541f4153651425f597f45f852c93af8b7f
SHA1 (patch-src_celengine_stardb.cpp) = 43d1998fcdd0116db43267b334533ec5fa3dfc72
SHA1 (patch-src_celengine_texture.cpp) = eb60e81aab7097a3cb2481b052a3a9fe98bfb8e6
+SHA1 (patch-src_celmath_intersect.h) = c39819abd757d4e36f0af473ae0807a447789ddf
SHA1 (patch-src_celmath_mathlib.h) = 4974e116286664dbeb617eaee7d1823f8e565909
diff --git a/misc/celestia/patches/patch-src_celmath_intersect.h b/misc/celestia/patches/patch-src_celmath_intersect.h
new file mode 100644
index 00000000000..953a95ba44f
--- /dev/null
+++ b/misc/celestia/patches/patch-src_celmath_intersect.h
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_celmath_intersect.h,v 1.1 2013/11/08 21:15:47 joerg Exp $
+
+--- src/celmath/intersect.h.orig 2013-11-07 14:03:35.000000000 +0000
++++ src/celmath/intersect.h
+@@ -12,6 +12,7 @@
+ #ifndef _CELMATH_INTERSECT_H_
+ #define _CELMATH_INTERSECT_H_
+
++#include "mathlib.h"
+ #include "ray.h"
+ #include "sphere.h"
+ #include "ellipsoid.h"