It is small and simple to use but with much power and versatility underneath. Features include customizable functions, units, arbitrary precision, plotting, and a graphical interface (GTK+) that uses a one-line fault-tolerant expression entry (although it supports optional traditional buttons).
17 lines
366 B
Text
17 lines
366 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2004/11/19 12:30:08 adam Exp $
|
|
|
|
--- configure.orig 2004-11-19 12:07:16.000000000 +0000
|
|
+++ configure
|
|
@@ -20460,12 +20460,10 @@ LIBTOOL='$(SHELL) $(top_builddir)/libtoo
|
|
if test "x$GCC" = "xyes"; then
|
|
case $CFLAGS in
|
|
*-Os*)
|
|
- CFLAGS="$CFLAGS -O2"
|
|
;;
|
|
esac
|
|
case $CXXFLAGS in
|
|
*-Os*)
|
|
- CXXFLAGS="$CXXFLAGS -O2"
|
|
;;
|
|
esac
|
|
fi
|