openbsd-ports/audio/audacity/patches/patch-src_Makefile_in
ajacoutot 130d7818ea - update audacity to latest version: 1.3.3
- 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@
2007-06-06 09:35:18 +00:00

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@