opt/calc/calc.patch

37 lines
972 B
Diff
Raw Normal View History

2006-05-21 10:33:52 +02:00
--- calc-2.12.0.orig/Makefile 2006-05-19 17:00:01.000000000 +0300
+++ calc-2.12.0/Makefile 2006-05-21 11:26:59.000000000 +0300
@@ -637,7 +637,7 @@
2006-02-23 16:26:10 +01:00
CUSTOMCALDIR= ${CALC_SHAREDIR}/custom
CUSTOMHELPDIR= ${CALC_SHAREDIR}/custhelp
CUSTOMINCDIR= ${CALC_INCDIR}/custom
-SCRIPTDIR= ${BINDIR}/cscript
+SCRIPTDIR= /usr/lib/calc
# T - top level directory under which calc will be installed
#
2006-05-21 10:33:52 +02:00
@@ -785,11 +785,11 @@
2006-02-23 16:26:10 +01:00
#
# If in doubt, set USE_READLINE, READLINE_LIB and READLINE_INCLUDE to nothing.
#
-USE_READLINE=
-#USE_READLINE= -DUSE_READLINE
+#USE_READLINE=
+USE_READLINE= -DUSE_READLINE
#
-READLINE_LIB=
-#READLINE_LIB= -lreadline -lhistory -lncurses
+#READLINE_LIB=
+READLINE_LIB= -lreadline -lhistory -lncurses
#READLINE_LIB= -L/usr/gnu/lib -lreadline -lhistory -lncurses
#READLINE_LIB= -L/usr/local/lib -lreadline -lhistory -lncurses
#
2006-05-21 10:33:52 +02:00
@@ -834,7 +834,7 @@
2006-02-23 16:26:10 +01:00
#
#DEBUG= -O3
#DEBUG= -O3 -g
-DEBUG= -O3 -g3
+#DEBUG= -O3 -g3
#DEBUG= -O3 -ipa
#DEBUG= -O3 -g3 -ipa
#