aboutsummaryrefslogtreecommitdiff
path: root/math/sage/files/patch-build_pkgs_cephes_spkg-install
blob: f819a1d9269085f157823c203bc57fee701123c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- build/pkgs/cephes/spkg-install-orig	2013-03-30 20:48:35.000000000 +0000
+++ build/pkgs/cephes/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