make.globals: initialize FFLAGS and FCFLAGS
authorZac Medico <zmedico@gentoo.org>
Wed, 19 Jan 2011 18:26:29 +0000 (10:26 -0800)
committerZac Medico <zmedico@gentoo.org>
Wed, 19 Jan 2011 18:26:29 +0000 (10:26 -0800)
This completes the fixes for bug #349070.

cnf/make.globals

index 645b7a580a7b1b11434cff7967b7a1f418da2886..542d6aaf611fa54efc7c6c0ff576279eabb4b88d 100644 (file)
@@ -16,6 +16,8 @@
 CFLAGS=""
 CXXFLAGS=""
 LDFLAGS=""
+FFLAGS=""
+FCFLAGS=""
 
 # Default rsync mirror
 SYNC="rsync://rsync.gentoo.org/gentoo-portage"