From: Zac Medico Date: Wed, 19 Jan 2011 18:26:29 +0000 (-0800) Subject: make.globals: initialize FFLAGS and FCFLAGS X-Git-Tag: v2.2.0_alpha18~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=24dc36eb980ea9d392cb5f47ffa859b454db03c5;p=portage.git make.globals: initialize FFLAGS and FCFLAGS This completes the fixes for bug #349070. --- diff --git a/cnf/make.globals b/cnf/make.globals index 645b7a580..542d6aaf6 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"