summaryrefslogtreecommitdiff
path: root/math/ccmath/files/patch-aa
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2001-03-20 18:25:10 +0000
committerPeter Pentchev <roam@FreeBSD.org>2001-03-20 18:25:10 +0000
commitd086d86d5014bd73758935d3a4aa7e6b536c34a1 (patch)
tree40f505b28ed224ae18fa8c213ffa7c51c936964a /math/ccmath/files/patch-aa
parentUpdate to Vim 6.0 beta Y (diff)
Add ccmath, a mathematics library with many functions.
PR: 25589 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
Notes
Notes: svn path=/head/; revision=40118
Diffstat (limited to 'math/ccmath/files/patch-aa')
-rw-r--r--math/ccmath/files/patch-aa14
1 files changed, 14 insertions, 0 deletions
diff --git a/math/ccmath/files/patch-aa b/math/ccmath/files/patch-aa
new file mode 100644
index 000000000000..5094b1058252
--- /dev/null
+++ b/math/ccmath/files/patch-aa
@@ -0,0 +1,14 @@
+--- non_intel.sh.orig Wed Mar 7 16:13:59 2001
++++ non_intel.sh Wed Mar 7 16:14:20 2001
+@@ -13,9 +13,5 @@
+ rm $MDR/simu/*.s
+ echo " .s code replaced in simu"
+ echo
+-echo " bigendian byte order (y/n)"
+-read F
+-if [ $F = "y" ]
+- then cp $MDR/xarm/supp/big-end/*.c $MDR/xarm
+- echo " bigend code installed in xarm"
+-fi
++cp $MDR/xarm/supp/big-end/*.c $MDR/xarm
++echo " bigend code installed in xarm"