diff options
author | lioux <lioux@FreeBSD.org> | 2001-10-26 17:00:09 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-10-26 17:00:09 +0000 |
commit | ef84d2c9101583997fdbb6c09af2d0c0e4070e94 (patch) | |
tree | d144998cc1d1844fd13f00aea96482989cddeaff /multimedia/xine/files | |
parent | 586b24b0caf5cd76463ec4b889d2e37077126072 (diff) | |
download | FreeBSD-ports-ef84d2c9101583997fdbb6c09af2d0c0e4070e94.zip FreeBSD-ports-ef84d2c9101583997fdbb6c09af2d0c0e4070e94.tar.gz |
update to 0.9.2
Reviewed by: MAINTAINER, FreeBSD-multimedia
Diffstat (limited to 'multimedia/xine/files')
-rw-r--r-- | multimedia/xine/files/patch-doc::man::Makefile.in | 11 | ||||
-rw-r--r-- | multimedia/xine/files/patch-src::xitk::snapshot.c | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/multimedia/xine/files/patch-doc::man::Makefile.in b/multimedia/xine/files/patch-doc::man::Makefile.in new file mode 100644 index 0000000..f1933f4 --- /dev/null +++ b/multimedia/xine/files/patch-doc::man::Makefile.in @@ -0,0 +1,11 @@ +--- doc/man/Makefile.in.orig Fri Oct 19 22:07:35 2001 ++++ doc/man/Makefile.in Fri Oct 19 22:07:46 2001 +@@ -106,7 +106,7 @@ + XINE_SKINDIR = @XINE_SKINDIR@ + XINE_SUB = @XINE_SUB@ + +-SUBDIRS = fr es en pl ++SUBDIRS = fr en pl + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../../config.h + CONFIG_CLEAN_FILES = diff --git a/multimedia/xine/files/patch-src::xitk::snapshot.c b/multimedia/xine/files/patch-src::xitk::snapshot.c new file mode 100644 index 0000000..010b8b0 --- /dev/null +++ b/multimedia/xine/files/patch-src::xitk::snapshot.c @@ -0,0 +1,11 @@ +--- src/xitk/snapshot.c.orig Fri Oct 19 16:41:20 2001 ++++ src/xitk/snapshot.c Fri Oct 19 16:41:46 2001 +@@ -48,7 +48,7 @@ + + #include <stdio.h> + #include <string.h> +-#include <alloca.h> ++#include <stdlib.h> + #include <pthread.h> + + #include "xitk.h" |