13 lines
396 B
Plaintext
Raw Normal View History

$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2009/10/07 21:14:05 sthen Exp $
--- Makefile.PL.orig Fri Oct 2 15:34:38 2009
+++ Makefile.PL Fri Oct 2 15:34:48 2009
@@ -87,7 +87,7 @@ for my $incdir ( $flac_inc, @check ) {
}
}
else {
- push @LIBS, '-lFLAC';
+ push @LIBS, '-lFLAC -logg';
}
last;