summaryrefslogtreecommitdiff
path: root/math/yacas/files/patch-src::Makefile.in
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-08-30 01:52:16 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-08-30 01:52:16 +0000
commit2ab696ca9ac03a4413a166262409548966697a5d (patch)
treee5f93b58bffb0b98038837a845a86afe9cf9bb95 /math/yacas/files/patch-src::Makefile.in
parent- Update to 2.2.5 (diff)
- Update to 1.0.58
PR: ports/85387 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=141381
Diffstat (limited to 'math/yacas/files/patch-src::Makefile.in')
-rw-r--r--math/yacas/files/patch-src::Makefile.in23
1 files changed, 19 insertions, 4 deletions
diff --git a/math/yacas/files/patch-src::Makefile.in b/math/yacas/files/patch-src::Makefile.in
index e6818f64fda0..d93003d073e5 100644
--- a/math/yacas/files/patch-src::Makefile.in
+++ b/math/yacas/files/patch-src::Makefile.in
@@ -1,11 +1,26 @@
---- src/Makefile.in.orig Wed May 21 05:56:37 2003
-+++ src/Makefile.in Wed May 21 12:55:31 2003
-@@ -809,7 +809,7 @@
+--- src/Makefile.in.orig Sun Aug 7 17:56:40 2005
++++ src/Makefile.in Sun Aug 7 22:02:49 2005
+@@ -878,12 +878,12 @@
# The libmath.cpp source file is generated as follows
- $(srcdir)/libmath.cpp: $(top_srcdir)/scripts/base.rep/math.ys yacas$(EXEEXT)
+ $(srcdir)/libmath.cpp: $(top_srcdir)/scripts/base.rep/math.ys yacas$(EXEEXT) check_plugins
- (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$(EXEEXT) --rootdir $(top_srcdir)/scripts -pc --init compileinit.txt compile.txt
+ ./check_plugins
+- make
++ $(MAKE)
+
+ $(srcdir)/platmath.cpp: fastprimes.c
+
+@@ -917,7 +917,7 @@
+
+ pcre_plugin_stub.cpp:plugin_stub_gen $(srcdir)/plugins_available.h
+ ./plugin_stub_gen pcre_plugin_stub.cpp ../plugins/pcre/plugin.cpp
+- cd ../plugins/pcre/ ; make chartables.c
++ cd ../plugins/pcre/ ; $(MAKE) chartables.c
+
+ filescanner_stub.cpp:plugin_stub_gen $(srcdir)/plugins_available.h
+ ./plugin_stub_gen filescanner_stub.cpp filescanner.cpp