projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35a5224
)
make.globals: initialize FFLAGS and FCFLAGS
author
Zac Medico
<zmedico@gentoo.org>
Wed, 19 Jan 2011 18:26:29 +0000
(10:26 -0800)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 19 Jan 2011 18:26:29 +0000
(10:26 -0800)
This completes the fixes for bug #349070.
cnf/make.globals
patch
|
blob
|
history
diff --git
a/cnf/make.globals
b/cnf/make.globals
index 645b7a580a7b1b11434cff7967b7a1f418da2886..542d6aaf611fa54efc7c6c0ff576279eabb4b88d 100644
(file)
--- 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"