diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-14 11:16:45 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-14 11:16:45 +0000 |
commit | d8543839e68b75223c5d597d6d47b9c2a28d56c1 (patch) | |
tree | 520ef2a8e4549307b131d4654e216085fce34be7 /print/perlftlib | |
parent | 900ab41eb466f4dfa5b3ce47c110a153237a1ffc (diff) | |
download | ports-d8543839e68b75223c5d597d6d47b9c2a28d56c1.tar.gz ports-d8543839e68b75223c5d597d6d47b9c2a28d56c1.zip |
Notes
Diffstat (limited to 'print/perlftlib')
-rw-r--r-- | print/perlftlib/files/patch-ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/perlftlib/files/patch-ac b/print/perlftlib/files/patch-ac index 293d170b8567..9ff7ad62040c 100644 --- a/print/perlftlib/files/patch-ac +++ b/print/perlftlib/files/patch-ac @@ -5,6 +5,6 @@ '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' ++ 'INC' => '-I/usr/local/include/freetype1/freetype', # e.g., '-I/usr/include/other' ); |