summaryrefslogtreecommitdiff
path: root/emulators/libretro-mgba
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2019-01-31 09:11:35 +0000
committerwiz <wiz@pkgsrc.org>2019-01-31 09:11:35 +0000
commit3aa6d53b24403341411c3bee18a25fa45d8ce852 (patch)
tree31222ec07671c6b69c4b97aa3b8a54b1804f02a4 /emulators/libretro-mgba
parent3df61bdad12d7014e3525da71119dbb3d5887e69 (diff)
downloadpkgsrc-3aa6d53b24403341411c3bee18a25fa45d8ce852.tar.gz
libretro-mgba: remove patch that is not in distinfo
Diffstat (limited to 'emulators/libretro-mgba')
-rw-r--r--emulators/libretro-mgba/patches/patch-include_mgba-util_common.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/emulators/libretro-mgba/patches/patch-include_mgba-util_common.h b/emulators/libretro-mgba/patches/patch-include_mgba-util_common.h
deleted file mode 100644
index fae5763d2f4..00000000000
--- a/emulators/libretro-mgba/patches/patch-include_mgba-util_common.h
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-include_mgba-util_common.h,v 1.1 2018/09/07 18:54:02 nia Exp $
-
-Make sure the locale definitions are defined properly.
-
---- include/mgba-util/common.h.orig 2018-04-14 20:49:19.000000000 +0000
-+++ include/mgba-util/common.h
-@@ -16,6 +16,13 @@
-
- CXX_GUARD_START
-
-+#ifndef _POSIX_C_SOURCE
-+#define _POSIX_C_SOURCE 200112L
-+#endif
-+#ifndef _XOPEN_SOURCE
-+#define _XOPEN_SOURCE 600
-+#endif
-+
- #include <ctype.h>
- #include <fcntl.h>
- #include <inttypes.h>