freebsd-ports/audio/p5-libvorbis/files/patch-Makefile.PL
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

13 lines
435 B
Perl

--- Makefile.PL.orig 2003-08-13 14:16:29 UTC
+++ Makefile.PL
@@ -4,8 +4,7 @@ use ExtUtils::MakeMaker;
WriteMakefile(
'NAME' => 'Ogg::Vorbis',
'VERSION_FROM' => 'Vorbis.pm',
- 'LIBS' => ['-logg -lvorbis -lvorbisfile'],
+ 'LIBS' => ['-L%%PREFIX%%/lib -logg -lvorbis -lvorbisfile'],
'DEFINE' => '',
- 'INC' => '-I/usr/local/include/vorbis',
- 'EXE_FILES' => ['pogg'],
+ 'INC' => '-I%%PREFIX%%/include',
);