1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00

Use termios terminal interface, so that COMPAT_43TTY kernel

option can be removed without strange side-effects.

Submitted by:	Ed Schouten <ed@fxq.nl>
This commit is contained in:
Maho Nakata 2008-01-07 01:31:53 +00:00
parent d18479175d
commit 9a5760c68e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=205132

View File

@ -79,7 +79,8 @@ CONFIGURE_ENV+= GPERF="${LOCALBASE}/bin/gperf" \
F77="${FC}" \
FFLAGS="${FFLAGS}" \
CC="${CC}" \
CXX="${CXX}"
CXX="${CXX}" \
TERMIOS_H="termios.h"
CONFIGURE_ARGS= --host=${GNU_HOST} \
--with-blas="-L${LOCALBASE}/lib ${BLAS}" \
--with-lapack="${LAPACK}" \