mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
3855759fd5
- Convert USE_GMAKE to USES - Fix segfault - Rename patches according to porter's handbook
11 lines
353 B
C++
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"
|
|
//------------------------------------------------------------------------------
|