Skip to content
This repository has been archived by the owner on Sep 22, 2020. It is now read-only.

Commit

Permalink
update adagucserver patch for version 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Apr 1, 2015
1 parent 837e69d commit 84057b4
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions adagucserver/adagucserver.patch
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,22 @@ diff --git a/hclasses/Makefile b/hclasses/Makefile


CCOMPILER=g++ -Wall -I $(INCLUDEDIR)

diff --git a/adagucserverEC/CCairoPlotter.h b/adagucserverEC/CCairoPlotter.h
--- adagucserverEC/CCairoPlotter.h
+++ adagucserverEC/CCairoPlotter.h
@@ -39,10 +39,10 @@
#include "CDebugger.h"
#include "CTypes.h"
#include <ft2build.h>
- #include <freetype/freetype.h>
- #include <freetype/ftglyph.h>
- #include <freetype/ftoutln.h>
- #include <freetype/fttrigon.h>
+ #include <freetype2/freetype.h>
+ #include <freetype2/ftglyph.h>
+ #include <freetype2/ftoutln.h>
+ #include <freetype2/fttrigon.h>
#include FT_FREETYPE_H
#include <stdio.h>
#include <math.h>

0 comments on commit 84057b4

Please sign in to comment.