summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-12-02 19:40:54 +0000
committerUlrich Müller <ulm@gentoo.org>2009-12-02 19:40:54 +0000
commitc87f33e0cb81d5ae7630a8008e902b063697e2f8 (patch)
treeed82776914d097f2cd7ae086bddadc4f98556e33 /app-editors/jasspa-microemacs/files
parentPatches part 2, replace sed expression with patches. If they don't get accept... (diff)
downloadhistorical-c87f33e0cb81d5ae7630a8008e902b063697e2f8.tar.gz
historical-c87f33e0cb81d5ae7630a8008e902b063697e2f8.tar.bz2
historical-c87f33e0cb81d5ae7630a8008e902b063697e2f8.zip
Remove unused patch file.
Package-Manager: portage-2.2_rc52/cvs/Linux i686
Diffstat (limited to 'app-editors/jasspa-microemacs/files')
-rw-r--r--app-editors/jasspa-microemacs/files/20050505-ncurses.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/app-editors/jasspa-microemacs/files/20050505-ncurses.patch b/app-editors/jasspa-microemacs/files/20050505-ncurses.patch
deleted file mode 100644
index d472b64db368..000000000000
--- a/app-editors/jasspa-microemacs/files/20050505-ncurses.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/src/linux26.gmk b/src/linux26.gmk
-index edceb3a..4ca8a53 100644
---- a/src/linux26.gmk
-+++ b/src/linux26.gmk
-@@ -59,12 +59,12 @@ # figure out if termcap is avaiable or i
- # accomplish this try to compile test.c and see if it can link termcap. For
- # Linux 2.6 then preference would appear to be "ncurses" rather than "termcap".
- #
--test = $(shell echo "main() { printf(\"HW\n\"); }" > _t.c ; $(LD) $(LDFLAGS) -o /dev/null -lncurses _t.c 2>&1 ; rm _t.c)
--ifneq "$(strip $(test))" ""
--CONSOLE_LIBS = -ltermcap
--else
-+#test = $(shell echo "main() { printf(\"HW\n\"); }" > _t.c ; $(LD) $(LDFLAGS) -o /dev/null -lncurses _t.c 2>&1 ; rm _t.c)
-+#ifneq "$(strip $(test))" ""
-+#CONSOLE_LIBS = -ltermcap
-+#else
- CONSOLE_LIBS = -lncurses
--endif
-+#endif
- #
- # Rules
- #