openbsd-ports/audio/p5-Ogg-Vorbis-Header/patches/patch-Header_pm
steven 61ea3faf56 import Ogg-Vorbis-Header 0.03
object-oriented interface to Ogg Vorbis information

from Andreas Bihlmaier <andreas.bihlmaier at gmx.de>
2006-12-08 23:08:29 +00:00

12 lines
395 B
Plaintext

--- Header.pm.orig Wed May 21 12:15:13 2003
+++ Header.pm Fri Dec 8 23:52:44 2006
@@ -7,7 +7,7 @@ use warnings;
our $VERSION = '0.03';
use Inline C => 'DATA',
- LIBS => '-logg -lvorbis -lvorbisfile',
+ LIBS => '-L%%LOCALBASE%%/lib -logg -lvorbis -lvorbisfile',
INC => '-I/inc',
AUTO_INCLUDE => '#include "inc/vcedit.h"',
AUTO_INCLUDE => '#include "inc/vcedit.c"',