diff options
author | green <green@FreeBSD.org> | 2000-02-08 11:25:00 +0800 |
---|---|---|
committer | green <green@FreeBSD.org> | 2000-02-08 11:25:00 +0800 |
commit | 85fb57514c907560ec31247ffd2490f2832f4a94 (patch) | |
tree | 9f201e4405692c8b67a2dbfb992e47f23545742c /math | |
parent | b5a965dd5179fe19c9e74112a9ab1df12fe0140b (diff) | |
download | freebsd-ports-gnome-85fb57514c907560ec31247ffd2490f2832f4a94.tar.gz freebsd-ports-gnome-85fb57514c907560ec31247ffd2490f2832f4a94.tar.zst freebsd-ports-gnome-85fb57514c907560ec31247ffd2490f2832f4a94.zip |
Enable the readline support.
Diffstat (limited to 'math')
-rw-r--r-- | math/calc/scripts/configure | 4 |
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 |