On Tuesday 23 December 2008 18:46:18 Matt wrote: > The patch file for kdeutils4 needed to be modified a little due to > upstream changes. I don't know what the patch is working around so I > can't tell if it's needed anymore. Updated patch is: > > [kdeutils4]$ cat files/patch-ark_plugins_libzipplugin-zipplugin.cpp > --- ../ark/plugins/libzipplugin/zipplugin.cpp.orig 2008-12-10 > 10:13:03.000000000 -0600 > +++ ../ark/plugins/libzipplugin/zipplugin.cpp 2008-12-22 > 14:54:47.000000000 -0600 > @@ -28,8 +28,8 @@ > > #ifdef LIBZIP_COMPILED_WITH_32BIT_OFF_T > > -#define __off_t_defined > -typedef quint32 off_t; > +// #define __off_t_defined > +// typedef quint32 off_t; > > #endif /* LIBZIP_COMPILED_WITH_32BIT_OFF_T */
i think this is needed, since it doesn't build without it -- Alberto Villa <[email protected]> _______________________________________________ kde-freebsd mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
