summaryrefslogtreecommitdiff
path: root/print/perlftlib/files/patch-ac
blob: 293d170b856789b20f2ea79c8177ef94848da15f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- FreeType/Makefile.PL.orig	Wed Jan 10 14:50:46 2001
+++ FreeType/Makefile.PL	Wed Jan 10 14:51:19 2001
@@ -6,5 +6,5 @@
     'VERSION_FROM' => 'FreeType.pm', # finds $VERSION
     'LIBS'	=> ['-L/usr/local/lib -lttf'],   # e.g., '-lm' 
     'DEFINE'	=> '',     # e.g., '-DHAVE_SOMETHING' 
-    'INC'	=> '-I/usr/local/include',     # e.g., '-I/usr/include/other' 
+    'INC'	=> '-I/usr/local/include/freetype',     # e.g., '-I/usr/include/other' 
 );