diff options
author | wiz <wiz@pkgsrc.org> | 2006-10-17 23:55:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-10-17 23:55:41 +0000 |
commit | 2347e6bc8047df48f8cf5b599206a8953ee85c25 (patch) | |
tree | 445e98f1655bbf68ccb669c6d594ba6ecf9f7607 /emulators/vice/patches | |
parent | 84150cc7b36adf9b9b9c227ad3a27336aec3b9da (diff) | |
download | pkgsrc-2347e6bc8047df48f8cf5b599206a8953ee85c25.tar.gz |
Use inttypes.h for defines used by ffmpeg-option.
Fixes build on amd64 (the replacements are wrong).
Diffstat (limited to 'emulators/vice/patches')
-rw-r--r-- | emulators/vice/patches/patch-aj | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/emulators/vice/patches/patch-aj b/emulators/vice/patches/patch-aj new file mode 100644 index 00000000000..c7aa2c8c98e --- /dev/null +++ b/emulators/vice/patches/patch-aj @@ -0,0 +1,12 @@ +$NetBSD: patch-aj,v 1.3 2006/10/17 23:55:41 wiz Exp $ + +--- src/gfxoutputdrv/ffmpeg/common.h.orig 2005-03-12 22:15:18.000000000 +0000 ++++ src/gfxoutputdrv/ffmpeg/common.h +@@ -93,7 +93,6 @@ extern const struct AVOption avoptions_w + #endif + #endif + +-#define EMULATE_INTTYPES + #ifndef EMULATE_INTTYPES + # include <inttypes.h> + #else |