diff options
author | wiz <wiz> | 2006-10-17 23:55:41 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-10-17 23:55:41 +0000 |
commit | 7c6f6fe117f15e08b101ac7de2d7eae8d79fcb93 (patch) | |
tree | 445e98f1655bbf68ccb669c6d594ba6ecf9f7607 | |
parent | fa62b9e84d52f457cf27383520217ed9cbdb7b77 (diff) | |
download | pkgsrc-7c6f6fe117f15e08b101ac7de2d7eae8d79fcb93.tar.gz |
Use inttypes.h for defines used by ffmpeg-option.
Fixes build on amd64 (the replacements are wrong).
-rw-r--r-- | emulators/vice/distinfo | 3 | ||||
-rw-r--r-- | emulators/vice/patches/patch-aj | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/emulators/vice/distinfo b/emulators/vice/distinfo index 73c5d13e469..f20e4c0f10b 100644 --- a/emulators/vice/distinfo +++ b/emulators/vice/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.27 2006/10/16 22:09:39 wiz Exp $ +$NetBSD: distinfo,v 1.28 2006/10/17 23:55:41 wiz Exp $ SHA1 (vice-1.19.tar.gz) = 8620d891fa9de29eb21e334f3c7c8254e89e80a9 RMD160 (vice-1.19.tar.gz) = d0a62750c30e3cf8645117a8e8536a8061c260ea @@ -15,3 +15,4 @@ SHA1 (patch-af) = 524913b7bc753dafde909bb26ace8f0500be14d5 SHA1 (patch-ag) = ed6702ccb8d2c3193daf5ccae3e023c09f856e33 SHA1 (patch-ah) = 3f92ef4e5f64b254c3d52f9bbd9921dd25ee0aeb SHA1 (patch-ai) = b05efe271c893f375a5396b358bdc78a96cd3e16 +SHA1 (patch-aj) = 664e546b83ffc7e7ed5c40eb6b8af6a01a908013 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 |