openbsd-ports/audio/p5-libvorbis/patches/patch-Makefile_PL

13 lines
489 B
Plaintext
Raw Normal View History

$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'],