1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/astro/celestia/files/patch-src_celmath_intersect.h
Alexey Dokuchaev c555cd6b38 Unbreak the build against Clang:
http://clang.llvm.org/compatibility.html#dep_lookup

While here, consistently set fbsd:nokeywords on all patch files.

Reported by:	miwi
2013-06-15 18:35:23 +00:00

11 lines
300 B
C

--- src/celmath/intersect.h.orig 2011-06-06 00:11:15.000000000 +0800
+++ src/celmath/intersect.h 2013-06-16 02:00:47.000000000 +0800
@@ -12,6 +12,7 @@
#ifndef _CELMATH_INTERSECT_H_
#define _CELMATH_INTERSECT_H_
+#include "mathlib.h"
#include "ray.h"
#include "sphere.h"
#include "ellipsoid.h"