openbsd-ports/audio/p5-libvorbis/patches/patch-Makefile_PL
naddy 5f27695fb7 Import libvorbis-perl 0.03-1.
Submitted by Nikolay Sturm <Nikolay.Sturm@desy.de>.

This is an object-oriented interface to the Ogg Vorbis libvorbisfile
convenience library.
2002-02-04 15:00:29 +00:00

13 lines
489 B
Plaintext

$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2002/02/04 15:00:29 naddy Exp $
--- Makefile.PL.orig Sun Feb 3 13:13:35 2002
+++ Makefile.PL Sun Feb 3 13:13:49 2002
@@ -4,7 +4,7 @@ use ExtUtils::MakeMaker;
WriteMakefile(
'NAME' => 'Ogg::Vorbis',
'VERSION_FROM' => 'Vorbis.pm',
- 'LIBS' => ['-logg -lvorbis -lvorbisfile'],
+ 'LIBS' => ['-L/usr/local/lib -logg -lvorbis -lvorbisfile'],
'DEFINE' => '',
'INC' => '-I/usr/local/include/vorbis',
'EXE_FILES' => ['pogg'],