13 lines
476 B
Plaintext
13 lines
476 B
Plaintext
$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 = \
|