| Summary: | koffice kexidb/connection.h should include <kexidb/tristate.h> | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Jacoby Yves <yves> |
| Component: | [OLD] KDE | Assignee: | Gentoo KDE team <kde> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Jacoby Yves
2005-11-03 14:47:05 UTC
kexi installs /usr/include/kexidb/connection.h not /usr/include/connection.h
the problem is that the labplot configure script doesn't take the Gentoo path
into account
src_unpack() {
kde_src_unpack
sed -e "s:QWT3D_PATH/include:QWT3D_PATH/include/qwtplot3d:" \
-e "s:KEXIDB_DIR/include:KEXIDB_DIR/include/kexidb:" \
-i configure
}
is a quick and dirty workaround.
|