diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 21:25:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 21:25:59 +0000 |
commit | 8003ba152f15aa82aaadd76fcd6b669cc0cc9981 (patch) | |
tree | 7842527232644d8f0fc76639a38e9596a910d381 /math/sedumi/files/patch-posttransfo.m | |
parent | Convert to USES=libtool and add INSTALL_TARGET=install-strip (diff) |
Remove non staged ports without pending PR from ma*
Diffstat (limited to 'math/sedumi/files/patch-posttransfo.m')
-rw-r--r-- | math/sedumi/files/patch-posttransfo.m | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/math/sedumi/files/patch-posttransfo.m b/math/sedumi/files/patch-posttransfo.m deleted file mode 100644 index 71d858e70c04..000000000000 --- a/math/sedumi/files/patch-posttransfo.m +++ /dev/null @@ -1,11 +0,0 @@ ---- posttransfo.m~ 2008-10-06 10:55:23.000000000 +0900 -+++ posttransfo.m 2008-10-06 11:04:36.000000000 +0900 -@@ -83,7 +83,7 @@ - % Postprocess the SDP part - % ---------------------------------------- - if pars.sdp==1 && isfield(prep,'sdp') -- xpf(1:K.f,1)=xp(1:K.f); -+ xpf=xp(1:K.f); - xp=xp(K.f+1:end); - Kf=K.f; - K.f=0; |