summaryrefslogtreecommitdiff
path: root/audio/audacity/patches
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-10-26 17:22:07 +0000
committernia <nia@pkgsrc.org>2019-10-26 17:22:07 +0000
commitf3d81197fab60c80cf3901db551102ce8ff626db (patch)
tree4a97f8993b14265520f6e23d6e66d4f4146da099 /audio/audacity/patches
parent087cb9593b2d7ab18ad855e2601733be6adeb36c (diff)
downloadpkgsrc-f3d81197fab60c80cf3901db551102ce8ff626db.tar.gz
audio: Allow audacity to use the system's portaudio.
This should make it easier to diagnose and fix recording problems later. Probably.
Diffstat (limited to 'audio/audacity/patches')
-rw-r--r--audio/audacity/patches/patch-lib-src_portaudio-v19_Makefile.in17
1 files changed, 0 insertions, 17 deletions
diff --git a/audio/audacity/patches/patch-lib-src_portaudio-v19_Makefile.in b/audio/audacity/patches/patch-lib-src_portaudio-v19_Makefile.in
deleted file mode 100644
index ccc9ef28f34..00000000000
--- a/audio/audacity/patches/patch-lib-src_portaudio-v19_Makefile.in
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-lib-src_portaudio-v19_Makefile.in,v 1.1 2015/09/29 04:49:55 mrg Exp $
-
-force static library build.
-
---- lib-src/portaudio-v19/Makefile.in.orig 2015-03-01 17:07:00.000000000 -0800
-+++ lib-src/portaudio-v19/Makefile.in 2015-09-28 17:57:01.000000000 -0700
-@@ -43,9 +43,7 @@
- PALIB = libportaudio.la
- PAINC = include/portaudio.h
-
--PA_LDFLAGS = $(LDFLAGS) $(SHARED_FLAGS) -rpath $(libdir) -no-undefined \
-- -export-symbols-regex "(Pa|PaMacCore|PaJack|PaAlsa|PaAsio|PaOSS)_.*" \
-- -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
-+PA_LDFLAGS = $(LDFLAGS) -static
-
- COMMON_OBJS = \
- src/common/pa_allocation.o \