openbsd-ports/games/foobillard/patches/patch-src_billard3d_c
phessler 7a5c0b3dfe FooBillard is a free OpenGL-billard game for Linux with realistic
physics, AI-player and many gametypes like pool carambol or snooker. Why
foo? Well, actually I had this logo (F.B.-Florian Berger) and then foo
sounds a bit like pool (Somehow I wasn't quite attracted by the name
FoolBillard) The main physics is quite mature but not yet perfect. If
you are a billard-pro and you're missing some physics, please tell me.
Cause I've implemented it like I think it should work, which might
differ from reality.
2010-10-24 20:19:48 +00:00

13 lines
338 B
Plaintext

$OpenBSD: patch-src_billard3d_c,v 1.1.1.1 2010/10/24 20:19:48 phessler Exp $
--- src/billard3d.c.orig Sun Jan 18 00:09:14 2009
+++ src/billard3d.c Sun Jan 18 00:09:30 2009
@@ -24,7 +24,7 @@
#include <string.h>
#include <math.h>
#include <unistd.h>
-#include <endian.h>
+#include <sys/endian.h>
#ifndef USE_SDL
#include <GL/glut.h>