1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/news/newsfish/files/patch-aa
Steve Price 5d1d5e5efe 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>
1999-01-26 03:39:07 +00:00

12 lines
304 B
Plaintext

--- 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