diff options
author | itojun <itojun@FreeBSD.org> | 1998-05-07 17:10:54 +0000 |
---|---|---|
committer | itojun <itojun@FreeBSD.org> | 1998-05-07 17:10:54 +0000 |
commit | 53aa4b20be0fbce68859876614114cad8be943d8 (patch) | |
tree | 76fc8241f54f87de7c5eae25b895f835011e738b /news/newsfetch/files | |
parent | 1a93bb3967e63de684470ed36f9887aaf9d2827e (diff) | |
download | FreeBSD-ports-53aa4b20be0fbce68859876614114cad8be943d8.zip FreeBSD-ports-53aa4b20be0fbce68859876614114cad8be943d8.tar.gz |
original distribution updated (1.11 -> 1.2)
Diffstat (limited to 'news/newsfetch/files')
-rw-r--r-- | news/newsfetch/files/patch-aa | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/news/newsfetch/files/patch-aa b/news/newsfetch/files/patch-aa index 9395726..cf7d4a0 100644 --- a/news/newsfetch/files/patch-aa +++ b/news/newsfetch/files/patch-aa @@ -1,20 +1,25 @@ ---- Makefile.orig Mon Mar 9 14:20:31 1998 -+++ Makefile Sat Apr 4 21:36:42 1998 -@@ -1,11 +1,11 @@ +--- Makefile.orig Mon Apr 13 18:09:54 1998 ++++ Makefile Fri May 8 02:09:12 1998 +@@ -1,14 +1,16 @@ CC = gcc -CFLAGS = ++#CFLAGS = - objs = main.o nntp.o net.o opt.o util.o + #Uncomment this if you do not want status meter + #CFLAGS = -DNO_STATUS_METER + + objs = newsfetch.o nntp.o net.o opt.o util.o getopt.o +all: newsfetch + newsfetch: $(objs) $(CC) -o newsfetch $(objs) - strip newsfetch ++# strip newsfetch .c.o: $(CC) -c $(CFLAGS) $< -@@ -14,5 +14,5 @@ +@@ -17,5 +19,5 @@ rm -f *.o newsfetch install: |