Hi,

the fix/workaround/hack bellow
to configure.ac and similar to configure
is sufficient to build code-saturne on kfreebsd-amd64.

Petr


--- configure.ac
+++ configure.ac
@@ -447,7 +447,7 @@
 path = app.applicationDirPath()
 sys.stdout.write(path)]"

-    PYPATH=`${PYTHON} -c "${prog}"`
+    PYPATH=$PATH:`${PYTHON} -c "${prog}"`

   else
     PYPATH=${PYQT4_EXE}




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to