]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/bwmon/files/makefile.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / bwmon / files / makefile.patch
1 --- bwmon-1.3/src/Makefile      2002-05-03 12:11:52.000000000 +0200
2 +++ /home/repvik/Makefile       2005-08-02 04:17:43.021622816 +0200
3 @@ -6,12 +6,12 @@
4  # I used to provide a version for non-curses
5  # but I do not anymore
6  
7 -CC = gcc
8 +#CC = gcc
9  RM = /bin/rm
10 -INSTALL = install
11 +#INSTALL = install
12  
13  CFLAGS = -I../include -Wall -D__THREADS
14 -LDFLAGS = -lpthread -lncurses 
15 +LDFLAGS += -lpthread -lncurses
16  
17  SRC = bwmon.c
18  OBJS = $(SRC:.c=.o)