5f27695fb7
Submitted by Nikolay Sturm <Nikolay.Sturm@desy.de>. This is an object-oriented interface to the Ogg Vorbis libvorbisfile convenience library.
13 lines
489 B
Plaintext
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'],
|