freebsd-ports/audio/p5-Ogg-Vorbis-Header/files/patch-Header.pm
Sunpoet Po-Chuan Hsieh 92e871c84f - Fix build [1]
- Cosmetic change

PR:		ports/165341 [1]
Submitted by:	Tobias Rehbein <tobias.rehbein@web.de>
2012-04-22 16:07:35 +00:00

13 lines
444 B
Perl

--- Header.pm.orig Tue Oct 18 17:10:12 2005
+++ Header.pm Tue Oct 18 17:08:08 2005
@@ -7,8 +7,8 @@
our $VERSION = '0.03';
use Inline C => 'DATA',
- LIBS => '-logg -lvorbis -lvorbisfile',
- INC => '-I/inc',
+ LIBS => '-L${LOCALBASE}/lib -logg -lvorbis -lvorbisfile',
+ INC => '-I${LOCALBASE}/include',
AUTO_INCLUDE => '#include "inc/vcedit.h"',
AUTO_INCLUDE => '#include "inc/vcedit.c"',
VERSION => '0.03',