1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/games/shootingstar/files/patch-src-engine-cTextureFont.cpp
Dmitry Marakasov 3855759fd5 - Support staging
- Convert USE_GMAKE to USES
- Fix segfault
- Rename patches according to porter's handbook
2013-10-19 02:58:40 +00:00

11 lines
353 B
C++

--- src/engine/cTextureFont.cpp.orig Sun Jul 6 22:31:10 2003
+++ src/engine/cTextureFont.cpp Sun Nov 20 02:33:54 2005
@@ -31,6 +31,7 @@
#include <stdio.h>
#include <GL/gl.h>
#include <GL/glu.h>
+#include <math.h>
#include "cTextureManager.hpp"
#include "Debug.hpp"
//------------------------------------------------------------------------------