freebsd-ports/audio/p5-Shout/files/patch-aa
Ying-Chieh Liao 6b43aa6217 upgrade to 1.0
PR:		32703
Submitted by:	maintainer
2001-12-13 07:50:25 +00:00

24 lines
683 B
Plaintext

--- Makefile.PL.orig Tue Dec 11 11:59:35 2001
+++ Makefile.PL Tue Dec 11 11:59:41 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' => ''
);
--- MANIFEST.orig Tue Dec 11 12:43:44 2001
+++ MANIFEST Tue Dec 11 12:43:49 2001
@@ -3,7 +3,5 @@
Makefile.PL
Shout.pm
Shout.xs
-example.pl
-example2.pl
test.pl
typemap