diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-04-04 22:21:01 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-04-04 22:21:01 +0800 |
commit | b339e32396e58397791f61c7fa7f4810e0c63afa (patch) | |
tree | 5189b7eb627668820cf62ba1ead514037d3f07ff /news/newsfetch/files | |
parent | 0ba419d1ea59d5503b616c2071f5c4c994253a3a (diff) | |
download | freebsd-ports-gnome-b339e32396e58397791f61c7fa7f4810e0c63afa.tar.gz freebsd-ports-gnome-b339e32396e58397791f61c7fa7f4810e0c63afa.tar.zst freebsd-ports-gnome-b339e32396e58397791f61c7fa7f4810e0c63afa.zip |
Upgrade to 1.11.
PR: ports/6185
Submitted by: josh@quick.net
Diffstat (limited to 'news/newsfetch/files')
-rw-r--r-- | news/newsfetch/files/patch-aa | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/news/newsfetch/files/patch-aa b/news/newsfetch/files/patch-aa index 9183b27ba06b..939572648da0 100644 --- a/news/newsfetch/files/patch-aa +++ b/news/newsfetch/files/patch-aa @@ -1,6 +1,8 @@ ---- Makefile.orig Sat Sep 13 03:33:46 1997 -+++ Makefile Sat Sep 13 03:34:12 1997 -@@ -3,9 +3,10 @@ +--- Makefile.orig Mon Mar 9 14:20:31 1998 ++++ Makefile Sat Apr 4 21:36:42 1998 +@@ -1,11 +1,11 @@ + CC = gcc +-CFLAGS = objs = main.o nntp.o net.o opt.o util.o @@ -12,7 +14,7 @@ .c.o: $(CC) -c $(CFLAGS) $< -@@ -14,5 +15,5 @@ +@@ -14,5 +14,5 @@ rm -f *.o newsfetch install: |