diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-02-14 08:21:18 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-02-14 08:21:18 +0000 |
commit | 8784922ccb8bef1837de54aecf4730b6c36f9af2 (patch) | |
tree | 6ad5c9750d8c4a8e628165cb5ad1b90f77b3ded2 /math/octave-devel/files/patch-scripts+pkg+pkg.m | |
parent | - Update to 1.32 (diff) |
2012-05-10 graphics/solang: BROKEN for more than 6 month
2012-05-10 math/octave-devel: BROKEN for more than 6 month
2012-05-10 net/spnetkit: BROKEN for more than 6 month
Notes
Notes:
svn path=/head/; revision=312205
Diffstat (limited to 'math/octave-devel/files/patch-scripts+pkg+pkg.m')
-rw-r--r-- | math/octave-devel/files/patch-scripts+pkg+pkg.m | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/math/octave-devel/files/patch-scripts+pkg+pkg.m b/math/octave-devel/files/patch-scripts+pkg+pkg.m deleted file mode 100644 index 52f944ba4382..000000000000 --- a/math/octave-devel/files/patch-scripts+pkg+pkg.m +++ /dev/null @@ -1,11 +0,0 @@ ---- scripts/pkg/pkg.m~ 2009-03-09 11:04:57.000000000 +0900 -+++ scripts/pkg/pkg.m 2009-03-09 11:05:12.000000000 +0900 -@@ -1239,7 +1239,7 @@ - ## Make. - if (exist (fullfile (src, "Makefile"), "file")) - [status, output] = shell (cstrcat ("export INSTALLDIR=\"", desc.dir, -- "\"; make -C '", src, "'")); -+ "\"; gmake -C '", src, "'")); - if (status != 0) - rm_rf (desc.dir); - error ("'make' returned the following error: %s", output); |