summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>2001-01-21 14:25:57 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>2001-01-21 14:25:57 +0000
commited0a8c97dcce69a3059c73b945c19d7b0d7dc366 (patch)
tree403c537841273a3dd2880a8d138f93b8b4850784 /print
parentUse different PORTNAMEs for mod_php3 and mod_php4 so pkg_version can (diff)
The directory of freetype's header files was changed
to /usr/local/include/freetype/, then perlftlib cannot find freetype.h. This problem is fixed. Submitted by: Masayuki FUKUI <fukui@sonic.nm.fujitsu.co.jp> jihuang@csie.nctu.edu.tw Obtained from: direct mails
Notes
Notes: svn path=/head/; revision=37400
Diffstat (limited to 'print')
-rw-r--r--print/perlftlib/files/patch-ac10
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'
+ );
+