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 19:12:25 +0000 (11:12 -0800)
This completes the fixes for bug #349070.

cnf/make.globals

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