From a91fc9f2e2492eabbfc24463bd90e5e0aec51cc1 Mon Sep 17 00:00:00 2001 From: saturation Date: Mon, 18 Nov 2013 13:33:46 +0200 Subject: [PATCH] Update Makefile changed freetype path --- osx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osx/Makefile b/osx/Makefile index db7d3d9..3c2b359 100644 --- a/osx/Makefile +++ b/osx/Makefile @@ -1,7 +1,7 @@ # To use homebrew instead of macports, uncomment the following three lines. #INCFLAGS+= -I/opt/X11/include #LDADD+= -lX11 -lXcursor -lXft -L/opt/X11/lib -#INCFLAGS+= -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 +#INCFLAGS+= -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 # To use homebrew instead of macports, comment out the following two lines. INCFLAGS+= -I/opt/local/include/freetype2 -I/opt/local/include -- 1.7.10.4