From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- .../micro-emacs-20060909/zaurus_make.patch | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 packages/micro-emacs/micro-emacs-20060909/zaurus_make.patch (limited to 'packages/micro-emacs/micro-emacs-20060909') diff --git a/packages/micro-emacs/micro-emacs-20060909/zaurus_make.patch b/packages/micro-emacs/micro-emacs-20060909/zaurus_make.patch deleted file mode 100644 index eeb76964de..0000000000 --- a/packages/micro-emacs/micro-emacs-20060909/zaurus_make.patch +++ /dev/null @@ -1,25 +0,0 @@ - -# -# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher -# - ---- me060909/src/zaurus.gmk~zaurus_make 2004-03-27 10:02:09.000000000 -0700 -+++ me060909/src/zaurus.gmk 2004-03-29 17:23:12.000000000 -0700 -@@ -67,7 +67,7 @@ - # termcap - test = $(shell echo "main() { printf(\"HW\n\"); }" > _t.c ; $(LD) $(LDFLAGS) -o /dev/null -ltermcap _t.c 2>&1 ; rm _t.c) - ifneq "$(strip $(test))" "" --CONSOLE_LIBS = -lncurses -+CONSOLE_LIBS = -lncurses -lgcc -lm - else - CONSOLE_LIBS = -ltermcap - endif -@@ -163,7 +163,7 @@ - - mec: $(OBJ_C) - $(RM) $@ -- $(LD) $(LDFLAGS) $(LDOPTIMISE) -o $@ $(OBJ_C) $(CONSOLE_LIBS) $(LIBS) -+ $(CC) $(LDFLAGS) $(LDOPTIMISE) -o $@ $(OBJ_C) $(CONSOLE_LIBS) $(LIBS) - $(STRIP) $@ - - mew: $(OBJ_W) -- cgit v1.2.3