File dvdauthor-0.7.0_glibc-2.20.patch of Package dvdauthor
Index: src/compat.h =================================================================== --- a/src/compat.h.orig +++ b/src/compat.h @@ -146,12 +146,14 @@ int strtosigned program on error. */ #ifndef HAVE_STRNDUP +#ifndef __strndup char * strndup ( const char * s, size_t n ); #endif +#endif char * sprintf_alloc (