aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--math/octave/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile
index 0e5da99b58b2..33a2fe5a0ae9 100644
--- a/math/octave/Makefile
+++ b/math/octave/Makefile
@@ -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}" \