summaryrefslogtreecommitdiffstats
path: root/cnf
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-01-19 10:26:29 -0800
committerZac Medico <zmedico@gentoo.org>2011-01-19 11:12:25 -0800
commit0cdd0d64d6be56c18935d5be0933b0567c68748e (patch)
tree0e4986ec1e2342f364dd4b24ae694972c591c83f /cnf
parent976ab51b3fb4423971c80cc8513174048f16b3ff (diff)
downloadportage-0cdd0d64d6be56c18935d5be0933b0567c68748e.tar.gz
portage-0cdd0d64d6be56c18935d5be0933b0567c68748e.tar.bz2
portage-0cdd0d64d6be56c18935d5be0933b0567c68748e.zip
make.globals: initialize FFLAGS and FCFLAGS
This completes the fixes for bug #349070.
Diffstat (limited to 'cnf')
-rw-r--r--cnf/make.globals2
1 files changed, 2 insertions, 0 deletions
diff --git a/cnf/make.globals b/cnf/make.globals
index ee7444cbe..89c81f544 100644
--- a/cnf/make.globals
+++ b/cnf/make.globals
@@ -16,6 +16,8 @@
CFLAGS=""
CXXFLAGS=""
LDFLAGS=""
+FFLAGS=""
+FCFLAGS=""
# Default rsync mirror
SYNC="rsync://rsync.gentoo.org/gentoo-portage"