diff options
Diffstat (limited to 'multimedia/mkvtoolnix/patches/patch-aa')
-rw-r--r-- | multimedia/mkvtoolnix/patches/patch-aa | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/multimedia/mkvtoolnix/patches/patch-aa b/multimedia/mkvtoolnix/patches/patch-aa index 604adf77bfb..7d1ff018965 100644 --- a/multimedia/mkvtoolnix/patches/patch-aa +++ b/multimedia/mkvtoolnix/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.5 2005/12/11 18:05:43 salo Exp $ +$NetBSD: patch-aa,v 1.6 2009/11/23 22:25:16 jakllsch Exp $ ---- Makefile.in.orig 2005-09-08 17:32:08.000000000 +0000 -+++ Makefile.in 2005-12-11 16:14:31.000000000 +0000 -@@ -137,7 +137,7 @@ HTMLHELPBOOKS = mkvmerge-gui-book +--- src/common/os.h.orig 2009-07-01 16:40:03.000000000 +0000 ++++ src/common/os.h +@@ -15,6 +15,8 @@ - all: $(APPLICATIONS) $(TRANSLATIONS_MOS) $(HTMLHELPBOOKS) + #include "config.h" --install: install-programs install-mans install-trans install-guide -+install: install-programs install-mans install-trans ++#include <stdarg.h> ++ + // For PRId64 and PRIu64: + #define __STDC_FORMAT_MACROS - install-programs: $(APPLICATIONS) - $(mkinstalldirs) $(DESTDIR)$(bindir) |