From 67485f14e0145e7ba4f7bd45635f22121face96a Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Sun, 8 Jun 2003 05:15:28 +0000 Subject: octave needs readline 4.2 PR: 48323, 48449 Submitted by: Chris BeHanna , Fritz Heinrichmeyer --- math/octave-devel/Makefile | 4 ++++ math/octave/Makefile | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'math') diff --git a/math/octave-devel/Makefile b/math/octave-devel/Makefile index 890dab4959a9..f4d0ed69df08 100644 --- a/math/octave-devel/Makefile +++ b/math/octave-devel/Makefile @@ -39,6 +39,10 @@ CONFIGURE_ARGS= --disable-shared --with-fftw --host=${GNU_HOST} CONFIGURE_ARGS+= --with-f2c .endif +.if ${OSVERSION} <= 470101 +CONFIGURE_ARGS+= --disable-readline +.endif + MAN1= octave.1 octave-bug.1 LIBOCTAVE-INFO= liboctave.info liboctave.info-1 liboctave.info-2 liboctave.info-3 diff --git a/math/octave/Makefile b/math/octave/Makefile index 890dab4959a9..f4d0ed69df08 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -39,6 +39,10 @@ CONFIGURE_ARGS= --disable-shared --with-fftw --host=${GNU_HOST} CONFIGURE_ARGS+= --with-f2c .endif +.if ${OSVERSION} <= 470101 +CONFIGURE_ARGS+= --disable-readline +.endif + MAN1= octave.1 octave-bug.1 LIBOCTAVE-INFO= liboctave.info liboctave.info-1 liboctave.info-2 liboctave.info-3 -- cgit v1.2.3