summaryrefslogtreecommitdiff
path: root/lang/mpd/files/patch-csw__asm.c
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 17:12:32 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 17:12:32 +0000
commita80c31a5dda807dcedb2391dc3e2c6f578f8ce3d (patch)
tree821835ef871d8d5f876233f0c9ca25b093d3811d /lang/mpd/files/patch-csw__asm.c
parentTake maintainership of arcanist and libphutil (diff)
Remove non staged ports without pending PR from l*
Diffstat (limited to 'lang/mpd/files/patch-csw__asm.c')
-rw-r--r--lang/mpd/files/patch-csw__asm.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/lang/mpd/files/patch-csw__asm.c b/lang/mpd/files/patch-csw__asm.c
deleted file mode 100644
index d3b05302241a..000000000000
--- a/lang/mpd/files/patch-csw__asm.c
+++ /dev/null
@@ -1,24 +0,0 @@
---- csw/asm.c.orig Mon Feb 5 11:13:59 2007
-+++ csw/asm.c Sun Feb 4 23:58:49 2007
-@@ -8,21 +8,12 @@
-
- #include "../arch.h"
-
--#if (defined(__linux__) && defined(__ELF__)) || defined(__svr4__)
- #define MPD_BUILD_CONTEXT mpd_build_context
- #define MPD_CHG_CONTEXT mpd_chg_context
- #define MPD_CHECK_STK mpd_check_stk
- #define MPD_STK_OVERFLOW mpd_stk_overflow
- #define MPD_STK_UNDERFLOW mpd_stk_underflow
- #define MPD_STK_CORRUPTED mpd_stk_corrupted
--#else /* other systems use leading underscore */
--#define MPD_BUILD_CONTEXT _mpd_build_context
--#define MPD_CHG_CONTEXT _mpd_chg_context
--#define MPD_CHECK_STK _mpd_check_stk
--#define MPD_STK_OVERFLOW _mpd_stk_overflow
--#define MPD_STK_UNDERFLOW _mpd_stk_underflow
--#define MPD_STK_CORRUPTED _mpd_stk_corrupted
--#endif
-
- #include SFILE
-