From 24dc36eb980ea9d392cb5f47ffa859b454db03c5 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 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" -- cgit v1.2.3-1-g7c22