diff options
author | hasso <hasso@pkgsrc.org> | 2009-04-19 09:49:12 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-04-19 09:49:12 +0000 |
commit | a8d652f6f778e6e3b7a0392ce5033831a6845c7a (patch) | |
tree | 38282af7470d19fab66d36b975c38004b3ae62b1 /emulators/sdlmame | |
parent | 7f76479ce5ace50e8a77ee81bb5914c658d4e360 (diff) | |
download | pkgsrc-a8d652f6f778e6e3b7a0392ce5033831a6845c7a.tar.gz |
Make it build on DragonFly.
Diffstat (limited to 'emulators/sdlmame')
-rw-r--r-- | emulators/sdlmame/distinfo | 4 | ||||
-rw-r--r-- | emulators/sdlmame/patches/patch-ab | 12 |
2 files changed, 9 insertions, 7 deletions
diff --git a/emulators/sdlmame/distinfo b/emulators/sdlmame/distinfo index 02bf53e2516..e1aab6b0e62 100644 --- a/emulators/sdlmame/distinfo +++ b/emulators/sdlmame/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.2 2009/04/06 10:09:05 wiz Exp $ +$NetBSD: distinfo,v 1.3 2009/04/19 09:49:12 hasso Exp $ SHA1 (sdlmame0130.zip) = af6d050265467285b30b606f0a406d9a2837d5b6 RMD160 (sdlmame0130.zip) = f7aadad2d9ead6fd83b5cf73d80c28491b24c0ae Size (sdlmame0130.zip) = 17681979 bytes SHA1 (patch-aa) = 38c0eb8560fcc4d5721d6461c2966785d1e8abc7 -SHA1 (patch-ab) = 9854400aadac7848531ed242a03ae05d5747bb5f +SHA1 (patch-ab) = c49551959d68aaad754121ce8dc874b936f3b4de SHA1 (patch-ae) = dbcf17c973733727a6e1cc7a18f879d2b90d7184 SHA1 (patch-ah) = 6a8e0307a58114cfe59d066a4e5e6210895dcc9a diff --git a/emulators/sdlmame/patches/patch-ab b/emulators/sdlmame/patches/patch-ab index 684e6acaf7c..0d555e30b7e 100644 --- a/emulators/sdlmame/patches/patch-ab +++ b/emulators/sdlmame/patches/patch-ab @@ -1,11 +1,13 @@ -$NetBSD: patch-ab,v 1.1.1.1 2009/01/18 16:02:17 wiz Exp $ +$NetBSD: patch-ab,v 1.2 2009/04/19 09:49:12 hasso Exp $ ---- src/osd/sdl/sdlsync.c.orig 2008-12-12 04:55:30.000000000 +0100 -+++ src/osd/sdl/sdlsync.c -@@ -587,14 +587,27 @@ int osd_thread_adjust_priority(osd_threa +--- src/osd/sdl/sdlsync.c.orig 2008-12-12 05:55:30 +0200 ++++ src/osd/sdl/sdlsync.c 2009-04-19 08:43:17 +0300 +@@ -586,15 +586,28 @@ int osd_thread_adjust_priority(osd_threa + int osd_thread_cpu_affinity(osd_thread *thread, UINT32 mask) { - #if !defined(NO_THREAD_COOPERATIVE) && !defined(NO_AFFINITY_NP) +-#if !defined(NO_THREAD_COOPERATIVE) && !defined(NO_AFFINITY_NP) ++#if !defined(NO_THREAD_COOPERATIVE) && !defined(NO_AFFINITY_NP) && !defined(__DragonFly__) +#if defined(__NetBSD__) + cpuset_t *cmask; +#else |