diff options
author | wiz <wiz@pkgsrc.org> | 2016-05-02 15:52:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-05-02 15:52:28 +0000 |
commit | 8f1fe17ed342be0213a08e830c60c60e58290172 (patch) | |
tree | 2f5a6a5d4cc812f3033906ee3102cbb9526ac24a /emulators | |
parent | c7b7f07a725ad27327d4563d7f39f2371928c7dd (diff) | |
download | pkgsrc-8f1fe17ed342be0213a08e830c60c60e58290172.tar.gz |
Remove unneeded patch.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/mame/distinfo | 3 | ||||
-rw-r--r-- | emulators/mame/patches/patch-3rdparty_libuv_src_unix_netbsd.c | 14 |
2 files changed, 1 insertions, 16 deletions
diff --git a/emulators/mame/distinfo b/emulators/mame/distinfo index 7b73c96e47d..f2ad92c5a1f 100644 --- a/emulators/mame/distinfo +++ b/emulators/mame/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.51 2016/04/29 08:30:50 wiz Exp $ +$NetBSD: distinfo,v 1.52 2016/05/02 15:52:28 wiz Exp $ SHA1 (mame-0.173.tar.gz) = 682035727ac201384d36a28c4ad0ca90011f321c RMD160 (mame-0.173.tar.gz) = 5f093104d36976fa28ce345e18a5f63ad1b59169 @@ -6,7 +6,6 @@ SHA512 (mame-0.173.tar.gz) = 731e94af1cde80ce0d62a4ff65ed7b1de97ed0e84633396eb9e Size (mame-0.173.tar.gz) = 98395748 bytes SHA1 (patch-3rdparty_bgfx_examples_common_font_font__manager.cpp) = e39b2dff553505531adb5f0a31b0a22306b8e2e4 SHA1 (patch-3rdparty_bx_include_bx_thread.h) = 779c8b750a3ae5d50d12c6430678ada64a4b82ed -SHA1 (patch-3rdparty_libuv_src_unix_netbsd.c) = 63d2378c19cbbcb71d7540e088c3bdf5940f4dc6 SHA1 (patch-makefile) = 0be740e7d61cdaa66c1c415f84344b37da267a45 SHA1 (patch-scripts_genie.lua) = f0b6b9fe00b6f572089fc2a7495fe1fd3c86ae4e SHA1 (patch-scripts_src_3rdparty.lua) = 306917af65da601667ffc9ffaf7b8092a2d03ef7 diff --git a/emulators/mame/patches/patch-3rdparty_libuv_src_unix_netbsd.c b/emulators/mame/patches/patch-3rdparty_libuv_src_unix_netbsd.c deleted file mode 100644 index b22ebb1242d..00000000000 --- a/emulators/mame/patches/patch-3rdparty_libuv_src_unix_netbsd.c +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-3rdparty_libuv_src_unix_netbsd.c,v 1.1 2016/03/04 12:47:13 wiz Exp $ - ---- 3rdparty/libuv/src/unix/netbsd.c.orig 2016-02-24 07:02:17.000000000 +0000 -+++ 3rdparty/libuv/src/unix/netbsd.c -@@ -18,6 +18,9 @@ - * IN THE SOFTWARE. - */ - -+/* needs kernel internal types */ -+#define _KMEMUSER 1 -+ - #include "uv.h" - #include "internal.h" - |