branches/koffice/1.5/koffice/krita (silent)
Cyrille Berger
cberger at cberger.net
Thu May 25 19:07:09 CEST 2006
Hi,
We had a report that adding -D_POSIX_C_SOURCE=199309L to the Makefile.am of
the cimg plugins was breaking the compilation for at least freebsd, can you
please come up with a better fix . Thanks.
> --- branches/koffice/1.5/koffice/krita/core/kis_filter.h #527038:527039
> @@ -28,6 +28,7 @@
> #include "kis_types.h"
> #include "kis_filter_registry.h"
> #include "kis_id.h"
> +#include "kis_paint_device.h"
> #include "kis_progress_subject.h"
> #include "kis_filter_configuration.h"
> #include "kis_colorspace.h"
> --- branches/koffice/1.5/koffice/krita/plugins/filters/cimg/Makefile.am
> #527038:527039 @@ -1,4 +1,4 @@
> -KDE_CXXFLAGS = $(USE_EXCEPTIONS)
> +KDE_CXXFLAGS = $(USE_EXCEPTIONS) -D_POSIX_C_SOURCE=199309L
>
> kde_services_DATA = kritacimg.desktop
--
--- Cyrille Berger ---
More information about the kimageshop
mailing list