tag 575235 patch thanks Michael Hanke <[email protected]> (24/03/2010): > Package: caret > Version: 5.6.1.3~dfsg.1-1 > Severity: important > Justification: fails to build from source > > Note to myself -- will look into it
:) Please find a patch to fix this. Mraw, KiBi.
--- a/caret_common/Basename.cxx +++ b/caret_common/Basename.cxx @@ -48,6 +48,9 @@ static const char *period = "."; #ifdef Q_OS_FREEBSD static const char *period = "."; #endif +#ifdef Q_OS_GLIBC +static const char *period = "."; +#endif const char* Basename(char* path)
signature.asc
Description: Digital signature

