summaryrefslogtreecommitdiff
path: root/emulators/vice
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-10-17 23:55:41 +0000
committerwiz <wiz@pkgsrc.org>2006-10-17 23:55:41 +0000
commit2347e6bc8047df48f8cf5b599206a8953ee85c25 (patch)
tree445e98f1655bbf68ccb669c6d594ba6ecf9f7607 /emulators/vice
parent84150cc7b36adf9b9b9c227ad3a27336aec3b9da (diff)
downloadpkgsrc-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')
-rw-r--r--emulators/vice/distinfo3
-rw-r--r--emulators/vice/patches/patch-aj12
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