freebsd-ports/audio/p5-Shout/files/patch-aa
Ying-Chieh Liao 1303808006 add p5-Shout
Perl glue for libshout MP3 streaming source library

PR:		26677
Submitted by:	Leo Kim <leo@florida.sarang.net>
2001-05-24 12:24:51 +00:00

14 lines
510 B
Plaintext

--- 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' => ''
);