diff options
Diffstat (limited to 'sci-mathematics/octave/files/octave-3.0.0-pkg.patch')
-rw-r--r-- | sci-mathematics/octave/files/octave-3.0.0-pkg.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sci-mathematics/octave/files/octave-3.0.0-pkg.patch b/sci-mathematics/octave/files/octave-3.0.0-pkg.patch deleted file mode 100644 index 77fe1fb64735..000000000000 --- a/sci-mathematics/octave/files/octave-3.0.0-pkg.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur octave-3.0.0/scripts/pkg/pkg.m octave-3.0.0.new/scripts/pkg/pkg.m ---- octave-3.0.0/scripts/pkg/pkg.m 2007-12-20 11:55:26.000000000 -0500 -+++ octave-3.0.0.new/scripts/pkg/pkg.m 2008-03-16 06:32:07.000000000 -0400 -@@ -514,7 +514,7 @@ - ## Warn about non existent files - for i = 1:length (files) - if (isempty (glob(files{i}))) -- warning ("file %s does not exist", files{i}); -+ error ("file %s does not exist", files{i}); - endif - endfor - |