diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-24 12:24:51 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-24 12:24:51 +0000 |
commit | 13038080060b6b10706595a36fcd149c22087782 (patch) | |
tree | eadf79b380e452c423a37f0305e95113980e5e8f /audio/p5-Shout/files/patch-aa | |
parent | add p50-Shout (diff) |
add p5-Shout
Perl glue for libshout MP3 streaming source library
PR: 26677
Submitted by: Leo Kim <leo@florida.sarang.net>
Notes
Notes:
svn path=/head/; revision=43008
Diffstat (limited to 'audio/p5-Shout/files/patch-aa')
-rw-r--r-- | audio/p5-Shout/files/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/p5-Shout/files/patch-aa b/audio/p5-Shout/files/patch-aa new file mode 100644 index 000000000000..8dcc1278f7f5 --- /dev/null +++ b/audio/p5-Shout/files/patch-aa @@ -0,0 +1,13 @@ +--- Makefile.PL.orig Wed Apr 18 13:29:39 2001 ++++ Makefile.PL Wed Apr 18 13:31:05 2001 +@@ -4,8 +4,8 @@ + WriteMakefile( + 'NAME' => 'Shout', + 'VERSION_FROM' => 'Shout.pm', # finds $VERSION +- 'LIBS' => ['-lshout'], # e.g., '-lm' ++ 'LIBS' => ['-L/usr/local/lib -lshout'], # e.g., '-lm' + 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING' +- 'INC' => '', # e.g., '-I/usr/include/other' ++ 'INC' => '-I/usr/local/include', # e.g., '-I/usr/include/other' + 'MYEXTLIB' => '' + ); |