diff options
author | Brian Feldman <green@FreeBSD.org> | 2000-02-08 03:25:00 +0000 |
---|---|---|
committer | Brian Feldman <green@FreeBSD.org> | 2000-02-08 03:25:00 +0000 |
commit | 25721a68e761ea0b7cb191ae1f8df70a948a5b37 (patch) | |
tree | f3f6459456df5fa316a9abf20bd1e08ff66d2b64 /math | |
parent | cee57053d38490955947ad5f73e7ed7269b5c1cd (diff) | |
download | ports-25721a68e761ea0b7cb191ae1f8df70a948a5b37.tar.gz ports-25721a68e761ea0b7cb191ae1f8df70a948a5b37.zip |
Notes
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 |