pkgsrc-wip/eboard/patches/patch-aa
Arnaud Degroote 681bad131b Correct perl usage into Makefile (problem pointed by Thomas Klausner)
Correct the usage of /dev/dsp into sound.cc
Add a dependency for sox, because sound.cc show that eboard relies on it to play sound
Add a patch to use sunau ( and no ossdsp ) because pkgsrc build sox without oss and with sun.
2005-01-09 14:34:24 +00:00

15 lines
343 B
Text

$NetBSD: patch-aa,v 1.2 2005/01/09 14:34:25 zul_ Exp $
--- configure.orig 2003-11-27 00:48:49.000000000 +0100
+++ configure 2005-01-08 01:19:46.000000000 +0100
@@ -327,6 +327,10 @@
append_ld($1);
next;
}
+ if (/--libossaudio=(.*)/){
+ push @ldflags,$1;
+ next;
+ }
if ($_ eq '-h' || $_ eq '--help') {
usage();
exit 1;