diff options
Diffstat (limited to 'print/perlftlib/files/patch-ac')
-rw-r--r-- | print/perlftlib/files/patch-ac | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/print/perlftlib/files/patch-ac b/print/perlftlib/files/patch-ac new file mode 100644 index 000000000000..293d170b8567 --- /dev/null +++ b/print/perlftlib/files/patch-ac @@ -0,0 +1,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' + ); + |