]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/micro-emacs/micro-emacs-20040301/zaurus_make.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / micro-emacs / micro-emacs-20040301 / zaurus_make.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- me040301/src/zaurus.gmk~zaurus_make 2004-03-27 10:02:09.000000000 -0700
7 +++ me040301/src/zaurus.gmk     2004-03-29 17:23:12.000000000 -0700
8 @@ -67,7 +67,7 @@
9  # termcap
10  test = $(shell echo "main() { printf(\"HW\n\"); }" > _t.c ; $(LD) $(LDFLAGS) -o /dev/null -ltermcap _t.c 2>&1 ; rm _t.c)
11  ifneq "$(strip $(test))" ""
12 -CONSOLE_LIBS  = -lncurses
13 +CONSOLE_LIBS  = -lncurses -lgcc -lm
14  else
15  CONSOLE_LIBS  = -ltermcap
16  endif
17 @@ -163,7 +163,7 @@
18  
19  mec:   $(OBJ_C)
20         $(RM) $@
21 -       $(LD) $(LDFLAGS) $(LDOPTIMISE) -o $@ $(OBJ_C) $(CONSOLE_LIBS) $(LIBS)
22 +       $(CC) $(LDFLAGS) $(LDOPTIMISE) -o $@ $(OBJ_C) $(CONSOLE_LIBS) $(LIBS)
23         $(STRIP) $@
24  
25  mew:   $(OBJ_W)