[Kde-bindings] [Bug 104034] Python Bindings top Makefile.am doesn't provide KDE prefix path and thus building fails.
Jakub Stachowski
qbast at go2.pl
Sat Apr 16 19:13:27 UTC 2005
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=104034
qbast go2 pl changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From qbast go2 pl 2005-04-16 21:13 -------
CVS commit by qbast:
Unbreak compilation when KDEDIR is not set and KDE is not in /usr.
Patch by Ali Akcaagac.
BUGS:104034
M +1 -1 Makefile.am 1.9
--- kdebindings/python/Makefile.am #1.8:1.9
@ -54,5 +54,5 @
cd $(srcdir)/pykde ; \
export QTDIR=${qt_dir} ; \
- PYTHON@ configure.py -c -d ${site_packages} -v ${sip_dir} -t "$$builddir/pykde"
+ PYTHON@ configure.py -c -k prefix@ -d ${site_packages} -v ${sip_dir} -t "$$builddir/pykde"
echo "" > prepkde
More information about the Kde-bindings
mailing list