1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/irc/tirc/files/patch-ac
Chris Piazza 1170ab8c6f Import of tirc: Token's IRC Client.
It has support for vi-like line editing, nickname completion
ANSI-colours, flood protection, and more.

PR:		13135
Submitted by:	Dominik Rothert <dr@domix.de>
1999-08-22 22:07:26 +00:00

12 lines
380 B
Plaintext

--- configure.orig Sun Aug 22 14:55:40 1999
+++ configure Sun Aug 22 14:55:55 1999
@@ -754,7 +754,7 @@
bsdi*) CC=${CC-"shlicc"}
OPTFLAG=${OPTFLAG-"-O2"}
LINTFLAGS=${LINTFLAGS-"-g -s"} ;;
-freebsd*) OPTFLAG=${OPTFLAG-"-O2"}
+freebsd*) OPTFLAG=${OPTFLAG-"${CFLAGS}"}
LINTFLAGS=${LINTFLAGS-"-g -s"}
CXFLAGS=${CXFLAGS-"-xref all -html"} ;;
netbsd*) OPTFLAG=${OPTFLAG-"-O2"}