From 0cdd0d64d6be56c18935d5be0933b0567c68748e Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 19 Jan 2011 10:26:29 -0800 Subject: make.globals: initialize FFLAGS and FCFLAGS This completes the fixes for bug #349070. --- cnf/make.globals | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cnf') 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" -- cgit v1.2.3-1-g7c22