projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
976ab51
)
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 19:12:25 +0000
(11:12 -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 ee7444cbebc81f554712a10052900150987cb299..89c81f544102939fc2c04608cdfb1efcd3e6bf43 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"