summaryrefslogtreecommitdiff
path: root/math/calc
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>2000-02-08 03:25:00 +0000
committerBrian Feldman <green@FreeBSD.org>2000-02-08 03:25:00 +0000
commit25721a68e761ea0b7cb191ae1f8df70a948a5b37 (patch)
treef3f6459456df5fa316a9abf20bd1e08ff66d2b64 /math/calc
parentFix a bug that caused a NULL pointer dereference when $HOME is unset (diff)
Enable the readline support.
Notes
Notes: svn path=/head/; revision=25581
Diffstat (limited to 'math/calc')
-rw-r--r--math/calc/scripts/configure4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/calc/scripts/configure b/math/calc/scripts/configure
index a6483fb5295c..26b49ddfe38b 100644
--- a/math/calc/scripts/configure
+++ b/math/calc/scripts/configure
@@ -9,4 +9,6 @@ chmod +w $F || exit 1;
echo "BINDIR= $PREFIX/bin" >> $F || exit 1;
echo "TOPDIR= $PREFIX/lib" >> $F
echo "MANDIR= $PREFIX/man/man1" >> $F
-echo "CCOPT= -Wall -Wno-implicit -Wno-comment" >> $F \ No newline at end of file
+echo "CCOPT= -Wall -Wno-implicit -Wno-comment" >> $F
+echo "USE_READLINE= -DUSE_READLINE" >> $F
+echo "READLINE_LIB= -lreadline -lhistory" >> $F