mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
1170ab8c6f
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>
12 lines
380 B
Plaintext
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"}
|