summaryrefslogtreecommitdiff
path: root/math/yacas/files/patch-src::Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'math/yacas/files/patch-src::Makefile.in')
-rw-r--r--math/yacas/files/patch-src::Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/yacas/files/patch-src::Makefile.in b/math/yacas/files/patch-src::Makefile.in
new file mode 100644
index 000000000000..93fdc585b500
--- /dev/null
+++ b/math/yacas/files/patch-src::Makefile.in
@@ -0,0 +1,11 @@
+--- src/Makefile.in.orig Wed May 21 05:56:37 2003
++++ src/Makefile.in Wed May 21 12:55:31 2003
+@@ -791,7 +791,7 @@
+ grep '^CORE_KERNEL_FUNCTION' $(srcdir)/yacasmain.cpp > $@
+
+ $(srcdir)/libmath.cpp: yacas $(top_srcdir)/scripts/base.rep/math.ys gencorefunctions core_yacasmain.h
+- (cd ../scripts && make packages.ys corefunctions.ys)
++ (cd ../scripts && $(MAKE) packages.ys corefunctions.ys)
+ echo "Set(LoadPlugIns,False);Use(\"yacasinit.ys\");" > compileinit.txt
+ echo "CompileCpp(\"base.rep/math.ys\",\"libmath\");" > compile.txt
+ ./yacas --rootdir $(srcdir)/../scripts:../scripts -pc --init compileinit.txt compile.txt