130d7818ea
- add NO_REGRESS since regression tests have not been updated for more than 3 years and upstream does not seem interested - add a patch from deanna@ that makes audacity use portaudio v19 and make full duplex work (well sort of, but at least it does not hang anymore) ok deanna@
13 lines
468 B
Plaintext
13 lines
468 B
Plaintext
$OpenBSD: patch-src_Makefile_in,v 1.5 2007/06/06 09:35:18 ajacoutot Exp $
|
|
--- src/Makefile.in.orig Tue Jun 5 10:59:23 2007
|
|
+++ src/Makefile.in Tue Jun 5 10:59:40 2007
|
|
@@ -20,7 +20,7 @@ PRECOMP_CFLAGS = @PRECOMP_CFLAGS@
|
|
LOCAL_LIBS = @LOCAL_LIBS@
|
|
EXTRAOBJS = @EXTRAOBJS@
|
|
EXTRATARGETS = @EXTRATARGETS@
|
|
-LIBS = @LIBS@ @PA_LIBS@
|
|
+LIBS = @LIBS@
|
|
DIRS=blockfile commands effects effects/ladspa effects/nyquist export import prefs toolbars widgets xml
|
|
|
|
srcdir=@srcdir@
|