diff options
author | steve <steve@FreeBSD.org> | 1999-01-26 03:39:07 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-01-26 03:39:07 +0000 |
commit | a33a4685afcbd5c786a096ac33737f31bca74ca3 (patch) | |
tree | b0519e3efc1277979724dbcaf225e8777d3e18da /news/newsfish/files | |
parent | 0593091b1f923a54adcda262aab15e9f8d648324 (diff) | |
download | FreeBSD-ports-a33a4685afcbd5c786a096ac33737f31bca74ca3.zip FreeBSD-ports-a33a4685afcbd5c786a096ac33737f31bca74ca3.tar.gz |
Initial import of newsfish version 1.0.1.
A batch USENET news reader with filter capabilities.
PR: 9549
Submitted by: Allan Saddi <asaddi@philosophysw.com>
Diffstat (limited to 'news/newsfish/files')
-rw-r--r-- | news/newsfish/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/news/newsfish/files/patch-aa b/news/newsfish/files/patch-aa new file mode 100644 index 0000000..7ac4a81 --- /dev/null +++ b/news/newsfish/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.orig Sun Jan 17 20:33:42 1999 ++++ Makefile Sun Jan 17 20:34:29 1999 +@@ -1,6 +1,6 @@ + # $Id: Makefile,v 1.10 1999/01/18 04:29:07 asaddi Exp $ +-CFLAGS= -Wall -g -DDEBUG +-LDFLAGS= ++CFLAGS+= -DNDEBUG ++LDFLAGS+= -s + + # Uncomment the following for non-debug executables + #CFLAGS= -O2 -DNDEBUG |