07720b8358
so that we will only get static versions of them build. now we don't need to install the parts that shouldn't be and cause conflicts with other patches. now all we have to do is figure out all the things audacity 2.1.1 needs for the next update :-) ok wiz@
12 lines
476 B
Text
12 lines
476 B
Text
$NetBSD: patch-lib-src_portmixer_src-extra_Makefile.am,v 1.1 2015/09/18 21:19:07 mrg Exp $
|
|
|
|
don't build a shared library of this.
|
|
|
|
--- lib-src/portmixer/src/Makefile.am.orig 2015-03-01 17:07:05.000000000 -0800
|
|
+++ lib-src/portmixer/src/Makefile.am 2015-09-18 11:29:08.000000000 -0700
|
|
@@ -1,4 +1,4 @@
|
|
-lib_LTLIBRARIES = libportmixer.la
|
|
+noinst_LTLIBRARIES = libportmixer.la
|
|
|
|
libportmixer_la_CPPFLAGS = -I$(top_srcdir)/include $(PORTAUDIO_CFLAGS)
|
|
libportmixer_la_SOURCES = \
|