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 [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

