diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-09-06 23:19:44 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-09-06 23:25:49 +0200 |
commit | 6ee23f9709c417a0eafe6e1727778d3d3464e48c (patch) | |
tree | 1bacf3574e93e9711863740dae525a7839ffad6f /games-strategy | |
parent | games-board/pouetchess: Use https for dev.g.o (diff) | |
download | gentoo-6ee23f9709c417a0eafe6e1727778d3d3464e48c.tar.gz gentoo-6ee23f9709c417a0eafe6e1727778d3d3464e48c.tar.bz2 gentoo-6ee23f9709c417a0eafe6e1727778d3d3464e48c.zip |
games-strategy/glob2: Use https for dev.g.o
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/glob2/files/glob2-0.9.4.4-scons-blows.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-strategy/glob2/files/glob2-0.9.4.4-scons-blows.patch b/games-strategy/glob2/files/glob2-0.9.4.4-scons-blows.patch index 70619f04839d..b0fb92d47974 100644 --- a/games-strategy/glob2/files/glob2-0.9.4.4-scons-blows.patch +++ b/games-strategy/glob2/files/glob2-0.9.4.4-scons-blows.patch @@ -12,7 +12,7 @@ env["TARFILE"] = env.Dir("#").abspath + "/glob2-" + env["VERSION"] + ".tar.gz" env["TARFLAGS"] = "-c -z" env.Alias("dist", env["TARFILE"]) -+ # Using suggestions for http://dev.gentoo.org/~vapier/scons-blows.txt ++ # Using suggestions for https://dev.gentoo.org/~vapier/scons-blows.txt + if os.environ.has_key('CC'): + env['CC'] = os.environ['CC'] + if os.environ.has_key('CXX'): |