openbsd-ports/audio/p5-Audio-FLAC-Header/patches/patch-Makefile_PL
steven e3500e24ae import Audio-FLAC-Header 1.4
interface to FLAC header metadata

from Andreas Bihlmaier <andreas.bihlmaier at gmx.de>
2006-12-08 06:57:47 +00:00

13 lines
402 B
Plaintext

--- Makefile.PL.orig Sun Feb 20 00:36:32 2005
+++ Makefile.PL Fri Dec 8 07:53:52 2006
@@ -16,7 +16,8 @@ if ($^O =~ /win32/i) {
WriteMakefile(
'NAME' => 'Audio::FLAC::Header',
'VERSION_FROM' => 'Header.pm',
- 'LIBS' => [$LIBS],
+ 'INC' => "$ENV{CPPFLAGS}",
+ 'LIBS' => [ "$ENV{LDFLAGS} $LIBS" ],
'DEFINE' => '-O',
'CCFLAGS' => $CCFLAGS,
'LDDLFLAGS' => "$Config{'lddlflags'} $LDDLFLAGS",