From cb1867b369d3d7b86eae1ef8e0b1b45d8c83622c Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 24 Jun 2007 15:21:54 +0000 Subject: [PATCH] - install arch module in proper place Changed files: aubio-python.patch -> 1.1 --- aubio-python.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 aubio-python.patch diff --git a/aubio-python.patch b/aubio-python.patch new file mode 100644 index 0000000..f5a5836 --- /dev/null +++ b/aubio-python.patch @@ -0,0 +1,20 @@ +--- aubio-0.3.2/python/aubio/Makefile.am.orig 2006-10-10 16:40:23.000000000 +0200 ++++ aubio-0.3.2/python/aubio/Makefile.am 2007-06-24 17:03:32.342879923 +0200 +@@ -38,7 +38,7 @@ + web/browser.py \ + web/html.py + +-nodist_pkgpython_PYTHON = aubiowrapper.py _aubiowrapper.so ++nodist_pkgpython_PYTHON = aubiowrapper.py + + _aubiowrapper.so: _aubiowrapper.la + +@@ -68,7 +68,7 @@ + -L$(top_builddir)/ext -laubioext \ + -L$(top_builddir)/src -laubio + +-pkgpython_LTLIBRARIES = _aubiowrapper.la ++pkgpyexec_LTLIBRARIES = _aubiowrapper.la + + _aubiowrapper_la_LDFLAGS = -module -avoid-version $(AUBIO_LDFLAGS) + _aubiowrapper_la_SOURCES = aubio_wrap.c -- 2.43.0