fenfire-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fenfire-dev] Patches to callgl and glmosatictext


From: Benja Fallenstein
Subject: [Fenfire-dev] Patches to callgl and glmosatictext
Date: Mon, 19 Apr 2004 10:54:01 +0200
User-agent: Mozilla Thunderbird 0.5 (X11/20040306)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

Aaron Bingham sends me the attached patches for callgl and glmosaictext,
which were required to get the Fenfire stack to compile on Aaron's
system. Can someone who knows these things :) tell me if there will be
any problem with these patches? If not, I'm going to apply them :)

Cheers,
- - Benja
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFAg5OpUvR5J6wSKPMRAte8AKCUpsO6IJlkw637fxgzj2Au96VHcQCfXip+
WDQgigCuGXqpBpU74U/EGyQ=
=slAE
-----END PGP SIGNATURE-----
--- orig/rules.mk
+++ mod/rules.mk
@@ -1,4 +1,4 @@
-GCCVER=3.2
+GCCVER=3.3
 
 CXX=g++-$(GCCVER)
 CXXLINK=gcc-$(GCCVER)
--- orig/rules.mk
+++ mod/rules.mk
@@ -1,4 +1,4 @@
-GCCVER=3.2
+GCCVER=3.3
 
 .SUFFIXES: $(SUFFIXES) .dep .cxx
 
--- orig/src/Text.cxx
+++ mod/src/Text.cxx
@@ -26,7 +26,8 @@
  * Written by Tuomas J. Lukka
  */
 
-#include <freetype/freetype.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
 #include <iostream>
 #include "GLMosaicText.hxx"
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]