Files
pkgsrc-ng/multimedia/vlc2/patches/patch-skins-aa
2013-09-26 17:14:40 +02:00

13 lines
489 B
Plaintext

$NetBSD: patch-skins-aa,v 1.1.1.1 2012/02/21 12:49:43 drochner Exp $
--- modules/gui/skins2/src/theme_loader.cpp.orig 2012-01-31 21:10:02.000000000 +0000
+++ modules/gui/skins2/src/theme_loader.cpp
@@ -57,6 +57,7 @@ int gzwrite_frontend( int, const void *,
#if defined( HAVE_LIBTAR_H )
# include <libtar.h>
#else
+#include <limits.h> /* for PATH_MAX */
typedef gzFile TAR;
int tar_open ( TAR **t, char *pathname, int oflags );
int tar_extract_all ( TAR *t, char *prefix );