blob: 237c4ce412cc7c0abdab128031da4fa4c79495ea (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- cephes-2.8.p1/spkg-install-orig 2013-03-30 20:48:35.000000000 +0000
+++ cephes-2.8.p1/spkg-install 2013-03-30 20:48:57.000000000 +0000
@@ -24,6 +24,8 @@
fi
done
+sed -i .orig 's|.*printf|//&1|' */mtherr.c
+
echo "Building Cephes..."
$MAKE
if [ $? -ne 0 ]; then
|