/[packages]/updates/4/audacity/current/SOURCES/audacity-2.0.4-fix-linking.patch
ViewVC logotype

Contents of /updates/4/audacity/current/SOURCES/audacity-2.0.4-fix-linking.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 580110 - (show annotations) (download)
Tue Feb 4 01:22:09 2014 UTC (10 years, 2 months ago) by umeabot
File size: 1507 byte(s)
SILENT Branching for Mageia 4
1 --- audacity-src-2.0.0/src/Makefile.in.linking 2012-03-16 10:15:30.542427254 +0100
2 +++ audacity-src-2.0.0/src/Makefile.in 2012-03-16 10:16:20.230359492 +0100
3 @@ -20,7 +20,7 @@ PRECOMP_CFLAGS = @PRECOMP_CFLAGS@
4 LOCAL_LIBS = @LOCAL_LIBS@
5 EXTRAOBJS = @EXTRAOBJS@
6 EXTRATARGETS = @EXTRATARGETS@
7 -LIBS = @LIBS@
8 +LIBS = @LIBS@ -lpthread
9 DIRS=blockfile commands effects effects/ladspa effects/nyquist effects/vamp export import prefs toolbars widgets xml
10
11 srcdir=@srcdir@
12 --- audacity-src-2.0.4/lib-src/portaudio-v19/src/SConscript~ 2013-09-01 06:03:32.000000000 +0800
13 +++ audacity-src-2.0.4/lib-src/portaudio-v19/src/SConscript 2013-09-09 11:43:02.256309753 +0800
14 @@ -66,7 +66,7 @@
15 optionalImpls = {}
16 if Platform in Posix:
17 env.Append(CPPPATH=os.path.join("os", "unix"))
18 - neededLibs += [("pthread", "pthread.h", "pthread_create"), ("m", "math.h", "sin")]
19 + neededLibs += [("pthread", "pthread.h", "pthread_create"), ("m", "math.h", "sin"), ("dl", "dlfcn.h", "dlopen")]
20 if env["useALSA"]:
21 optionalImpls["ALSA"] = ("asound", "alsa/asoundlib.h", "snd_pcm_open")
22 if env["useJACK"]:
23 --- audacity-src-2.0.4/lib-src/portaudio-v19/Makefile.in~ 2013-09-01 06:03:30.000000000 +0800
24 +++ audacity-src-2.0.4/lib-src/portaudio-v19/Makefile.in 2013-09-09 11:52:03.971277171 +0800
25 @@ -28,7 +28,7 @@
26 INSTALL_DATA = @INSTALL_DATA@
27 SHARED_FLAGS = @SHARED_FLAGS@
28 LDFLAGS = @LDFLAGS@
29 -DLL_LIBS = @DLL_LIBS@
30 +DLL_LIBS = @DLL_LIBS@ -ldl
31 CXXFLAGS = @CXXFLAGS@
32 NASM = @NASM@
33 NASMOPT = @NASMOPT@

  ViewVC Help
Powered by ViewVC 1.1.30