mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 12:10:31 -04:00
"games/qudos" and "games/kmquake2", because they build a modified version). - Install node files with appropiate permissions. - Add an entry in pkg-message about permissions. - Bump PORTREVISION. Reported by: Volodymyr Kostyrko <arcade@synergetica.dn.ua> Obtained from: http://svn.quakedev.com/viewcvs.cgi/qudos/trunk/src/mods/3zb2/
17 lines
379 B
C
17 lines
379 B
C
--- ./q_shared.c.orig Sat Dec 30 19:09:03 2006
|
|
+++ ./q_shared.c Sat Dec 30 19:09:23 2006
|
|
@@ -326,12 +326,12 @@
|
|
Returns 1, 2, or 1 + 2
|
|
==================
|
|
*/
|
|
-#if !id386
|
|
+#if !id386 || defined __unix__ || defined __sun__
|
|
int BoxOnPlaneSide (vec3_t emins, vec3_t emaxs, struct cplane_s *p)
|
|
{
|
|
float dist1, dist2;
|
|
int sides;
|
|
-
|
|
+
|
|
// fast axial cases
|
|
if (p->type < 3)
|
|
{
|