aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-odepkg/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/octave-forge-odepkg/files/patch-Makefile')
-rw-r--r--math/octave-forge-odepkg/files/patch-Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/octave-forge-odepkg/files/patch-Makefile b/math/octave-forge-odepkg/files/patch-Makefile
new file mode 100644
index 000000000000..c654e6a571bd
--- /dev/null
+++ b/math/octave-forge-odepkg/files/patch-Makefile
@@ -0,0 +1,11 @@
+--- Makefile-orig 2015-05-21 17:31:08.336670000 +0000
++++ Makefile 2015-05-21 17:31:18.556578000 +0000
+@@ -5,7 +5,7 @@
+
+ DEVELOPERDEFS = -Wall -W -Wshadow
+ TGZUNPACK = tar -xzf # "tar -xzvf" to print some output
+-PATCHPROG = patch -p0 # Needed to patch the Fortran codes
++PATCHPROG = gpatch -p0 # Needed to patch the Fortran codes
+
+ # MKOCTFILE = $(MKOCTFILE) has already been defined in Makeconf
+ # MKMEXFILE = $(MKOCTFILE) --mex