Subject: Re: [ecasound] ecasound is now available through Debian mirrors
From: Junichi Uekawa (dancer@netfort.gr.jp)
Date: Fri Jan 26 2001 - 13:17:52 EET
In Tue, 23 Jan 2001 21:45:09 +0200 (EET) Kai Vehmanen <k@eca.cx> cum veritate scripsit :
Okay, here is a little hack needed to compile ecasound on debian
autobuilders.
They don't have the /usr/lib/python1.5/site-packages/
but do expect installation to be in /usr/lib/python1.5/site-packages/
--- ecasound-1.8.5d15.orig/configure.in
+++ ecasound-1.8.5d15/configure.in
@@ -395,9 +395,16 @@
pymoddirs=$with_python_modules
fi
+dnl ---
+dnl a hack to support broken debian python installs
+dnl ---
+AC_ARG_ENABLE(python-force-site-packages,
+ [ --enable-python-force-site-packages force install Python modules into
site-packages even when it doesn't exist [default=no] ],
+python_force_site_packages=yes)
+
AC_FIND_FILE(lib-dynload,$pymoddirs,eca_python_modules)
dnl Use site-packages in preference if it is there.
-if test -d $eca_python_modules/site-packages
+if test -d $eca_python_modules/site-packages -o "X$python_force_site_packages" = "Xyes"
then
eca_python_modules=$eca_python_modules/site-packages
eca_python_dlmodules=$eca_python_modules
regards,
junichi
--
University: ti0113@mail4.doshisha.ac.jp Netfort: dancer@netfort.gr.jp
Debian: dancer@debian.org
dancer, a.k.a. Junichi Uekawa http://www.netfort.gr.jp/~dancer
Dept. of Knowledge Engineering and Computer Science, Doshisha University.
--
To unsubscribe send message 'unsubscribe' in the body of the
message to <ecasound-list-request@wakkanet.fi>.
This archive was generated by hypermail 2b28 : Fri Jan 26 2001 - 18:11:14 EET