summaryrefslogtreecommitdiff
path: root/games-strategy/glob2/files
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-09-06 23:19:44 +0200
committerMichał Górny <mgorny@gentoo.org>2017-09-06 23:25:49 +0200
commit6ee23f9709c417a0eafe6e1727778d3d3464e48c (patch)
tree1bacf3574e93e9711863740dae525a7839ffad6f /games-strategy/glob2/files
parent8ce7572c0795a8f284705948d2abfb7b1f76e268 (diff)
downloadgentoo-6ee23f9709c417a0eafe6e1727778d3d3464e48c.tar.gz
gentoo-6ee23f9709c417a0eafe6e1727778d3d3464e48c.tar.xz
games-strategy/glob2: Use https for dev.g.o
Diffstat (limited to 'games-strategy/glob2/files')
-rw-r--r--games-strategy/glob2/files/glob2-0.9.4.4-scons-blows.patch2
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 70619f04839..b0fb92d4797 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'):