]> git.pld-linux.org Git - packages/aubio.git/commitdiff
- install arch module in proper place
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 24 Jun 2007 15:21:54 +0000 (15:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aubio-python.patch -> 1.1

aubio-python.patch [new file with mode: 0644]

diff --git a/aubio-python.patch b/aubio-python.patch
new file mode 100644 (file)
index 0000000..f5a5836
--- /dev/null
@@ -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
This page took 0.078862 seconds and 4 git commands to generate.