[Pkg-octave-commit] [octave-odepkg] 02/03: d/p/correct-fflags-for-f77.patch: Refresh for new upstream version
Rafael Laboissière
rlaboiss-guest at moszumanska.debian.org
Thu May 21 10:09:29 UTC 2015
This is an automated email from the git hooks/post-receive script.
rlaboiss-guest pushed a commit to branch master
in repository octave-odepkg.
commit 5f20fe4f9d09eca2b0cb462b520cd0aa1b92e4bc
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date: Thu May 21 03:59:30 2015 -0300
d/p/correct-fflags-for-f77.patch: Refresh for new upstream version
---
debian/patches/correct-fflags-for-f77.patch | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/patches/correct-fflags-for-f77.patch b/debian/patches/correct-fflags-for-f77.patch
index 8e639f2..7ab25cc 100644
--- a/debian/patches/correct-fflags-for-f77.patch
+++ b/debian/patches/correct-fflags-for-f77.patch
@@ -9,17 +9,17 @@ Description: Cope with the value "f77" of the F77 make variable
Author: Rafael Laboissiere <rafael at laboissiere.net>
Bug-Debian: http://bugs.debian.org/759741
Forwarded: https://savannah.gnu.org/bugs/index.php?43120
-Last-Update: 2014-08-31
+Last-Update: 2015-05-21
--- octave-odepkg-0.8.4.orig/src/Makefile
+++ octave-odepkg-0.8.4/src/Makefile
@@ -15,6 +15,9 @@ FFLAGS := $(shell $(MKOCTFILE) -p FFLAGS
ifeq (gfortran,$(findstring gfortran,$(F77)))
- FFLAGS := "-fno-automatic $(FFLAGS)"
+ FFLAGS := -fno-automatic $(FFLAGS)
endif
+ifeq (f77,$(findstring f77,$(F77)))
-+ FFLAGS := "-fno-automatic $(FFLAGS)"
++ FFLAGS := -fno-automatic $(FFLAGS)
+endif
ifeq (g95,$(findstring g95,$(F77)))
- FFLAGS := "-fstatic $(FFLAGS)"
+ FFLAGS := -fstatic $(FFLAGS)
endif
--
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-odepkg.git
More information about the Pkg-octave-commit
mailing list