summaryrefslogtreecommitdiff
path: root/games/glob2/SConstruct_boost.patch
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2016-09-22 04:25:24 +0300
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-09-24 07:05:14 +0700
commit5358a796c573d9653a8f64514a275381599981f6 (patch)
tree4f9322bb454269ccdaf8690616ea2de78cc58366 /games/glob2/SConstruct_boost.patch
parentee359610bf39ba9612d8a0918270fd5358b99c94 (diff)
downloadslackbuilds-5358a796c573d9653a8f64514a275381599981f6.tar.gz
games/glob2: Switch to i586 and merge patches.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'games/glob2/SConstruct_boost.patch')
-rw-r--r--games/glob2/SConstruct_boost.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/games/glob2/SConstruct_boost.patch b/games/glob2/SConstruct_boost.patch
deleted file mode 100644
index 0867016d6f..0000000000
--- a/games/glob2/SConstruct_boost.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- glob2-0.9.4.4/SConstruct.original 2014-04-09 06:25:12.710804438 +0300
-+++ glob2-0.9.4.4/SConstruct 2014-04-09 06:47:08.010360930 +0300
-@@ -109,6 +109,14 @@
- else:
- print "Could not find libz or zlib1.dll"
- missing.append("zlib")
-+
-+ boost_system = ''
-+ if conf.CheckLib("boost_system"):
-+ boost_system="boost_system"
-+ else:
-+ print "Could not find libboost_system"
-+ missing.append("libboost_system")
-+ env.Append(LIBS=[boost_system])
-
- boost_thread = ''
- if conf.CheckLib("boost_thread") and conf.CheckCXXHeader("boost/thread/thread.hpp"):