diff options
author | Yamakura Makoto <yakina@gentoo.org> | 2003-09-18 01:12:14 +0000 |
---|---|---|
committer | Yamakura Makoto <yakina@gentoo.org> | 2003-09-18 01:12:14 +0000 |
commit | 23e57756e1b9f3d0f26d2db11b86f505ead5f666 (patch) | |
tree | 4580cd64385cc61ca1d36a423b1d72a93be1ebb3 /dev-perl/Text-Kakasi/files | |
parent | ia64 keywords (diff) | |
download | historical-23e57756e1b9f3d0f26d2db11b86f505ead5f666.tar.gz historical-23e57756e1b9f3d0f26d2db11b86f505ead5f666.tar.bz2 historical-23e57756e1b9f3d0f26d2db11b86f505ead5f666.zip |
Added missing patch
Diffstat (limited to 'dev-perl/Text-Kakasi/files')
-rw-r--r-- | dev-perl/Text-Kakasi/files/Text-Kakasi-1.05-gentoo.diff | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-perl/Text-Kakasi/files/Text-Kakasi-1.05-gentoo.diff b/dev-perl/Text-Kakasi/files/Text-Kakasi-1.05-gentoo.diff new file mode 100644 index 000000000000..17eae7c7eba8 --- /dev/null +++ b/dev-perl/Text-Kakasi/files/Text-Kakasi-1.05-gentoo.diff @@ -0,0 +1,13 @@ +diff -Naur Text-Kakasi-1.05.orig/Makefile.PL Text-Kakasi-1.05/Makefile.PL +--- Text-Kakasi-1.05.orig/Makefile.PL 2002-08-24 00:18:28.000000000 +0900 ++++ Text-Kakasi-1.05/Makefile.PL 2002-08-24 00:20:37.000000000 +0900 +@@ -3,7 +3,7 @@ + WriteMakefile( + 'NAME' => 'Text::Kakasi', + 'VERSION_FROM' => 'Kakasi.pm', +- 'INC' => '-I/usr/local/include', +- 'LIBS' => ['-L/usr/local/lib -lkakasi'], ++ 'INC' => '-I/usr/include', ++ 'LIBS' => ['-L/usr/lib -lkakasi'], + 'DEFINE' => '-DWAKATIGAKI', + ); |