aboutsummaryrefslogtreecommitdiffstats
path: root/testing/nsnake
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-29 08:33:07 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-02-29 08:33:07 -0300
commit44c78dea551fc87561b482ae698303065d04b819 (patch)
tree497caef5d093ab8efafe1a676a5825d3182a90ad /testing/nsnake
parent1c9f04e772b35f325b4fd1cd66a4c5749307416e (diff)
downloadaports-44c78dea551fc87561b482ae698303065d04b819.tar.bz2
aports-44c78dea551fc87561b482ae698303065d04b819.tar.xz
remove stale patches
Diffstat (limited to 'testing/nsnake')
-rw-r--r--testing/nsnake/patch-ncurses.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/testing/nsnake/patch-ncurses.patch b/testing/nsnake/patch-ncurses.patch
deleted file mode 100644
index 121b091b1b..0000000000
--- a/testing/nsnake/patch-ncurses.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-# HG changeset patch
-# User David Demelier <markand@malikania.fr>
-# Date 1578666142 -3600
-# Fri Jan 10 15:22:22 2020 +0100
-# Node ID 7fc487a50780cbedcd5ee1ade676571ce0f6d37a
-# Parent 84018b5f2edc3b8dc8f9a87550f5163ddd28f49e
-make: -lncurses has to be at the end
-
-diff -r 84018b5f2edc -r 7fc487a50780 Makefile
---- a/Makefile Mon Oct 14 21:03:08 2019 +0200
-+++ b/Makefile Fri Jan 10 15:22:22 2020 +0100
-@@ -38,7 +38,7 @@
- CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" ./sysconfig.sh > $@
-
- nsnake: ${OBJS}
-- ${CC} -o $@ ${LDFLAGS} ${OBJS} ${LIBS}
-+ ${CC} -o $@ ${OBJS} ${LDFLAGS} ${LIBS}
-
- install: nsnake
- install -Dm2555 -g ${GID} -o ${UID} nsnake ${DESTDIR}${BINDIR}/nsnake