]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/frotz/files/Makefile-2.43.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / frotz / files / Makefile-2.43.patch
1 --- ./Makefile  2002-10-27 18:21:52.000000000 -0700
2 +++ ./Makefile-2.43.patch       2004-09-11 09:33:35.000000000 -0700
3 @@ -73,15 +73,15 @@
4  # curses library won't work, comment out the first option and uncomment
5  # the second.
6  #
7 -CURSES = -lcurses
8 -#CURSES = -lncurses
9 +# CURSES = -lcurses
10 +CURSES = -lncurses
11  
12  # Uncomment this if your need to use ncurses instead of the
13  # vendor-supplied curses library.  This just tells the compile process
14  # which header to include, so don't worry if ncurses is all you have
15  # (like on Linux).  You'll be fine.
16  #
17 -#CURSES_DEF = -DUSE_NCURSES_H
18 +CURSES_DEF = -DUSE_NCURSES_H
19  
20  # Uncomment this if you're compiling Unix Frotz on a machine that lacks
21  # the memmove(3) system call.  If you don't know what this means, leave it
22 @@ -213,7 +213,6 @@
23         fi
24  
25  install: $(NAME)
26 -       strip $(BINNAME)$(EXTENSION)
27         install -d $(PREFIX)/bin
28         install -d $(MAN_PREFIX)/man/man6
29         install -c -m 755 $(BINNAME)$(EXTENSION) $(PREFIX)/bin