freebsd-ports/games/battleball/files/patch-lib3d-xform.h
Sergey A. Osokin 0b50a757e5 Fix build, remove BROKEN and refuce newline.
Also use %%DOCSDIR%% for pkg-plist.

Patches submitted by:	Simon Barner <barner@in.tum.de>
2003-07-18 17:00:48 +00:00

10 lines
279 B
C++

--- lib3d/xform.h.orig Fri Jul 18 17:28:08 2003
+++ lib3d/xform.h Fri Jul 18 17:26:11 2003
@@ -64,6 +64,7 @@
//===========================================================================
class tmtrx {
+ friend struct player;
typedef double fourby3[4][3];
fourby3 m;