[btanks] btanks also doesn't explicitly link to clunk.

Bruno Wolff III bruno at fedoraproject.org
Sun Jun 26 19:16:57 UTC 2011


commit 9307ee609d1b63fbd505223467561adca6547cf7
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sun Jun 26 13:46:35 2011 -0500

    btanks also doesn't explicitly link to clunk.

 btanks-dso.patch |   11 +++++++++++
 btanks.spec      |    2 +-
 2 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/btanks-dso.patch b/btanks-dso.patch
index 897829b..3df4b19 100644
--- a/btanks-dso.patch
+++ b/btanks-dso.patch
@@ -9,3 +9,14 @@
  
  ed_src = [
  	'base_brush.cpp', 
+--- engine/SConscript.dso	2011-06-26 13:44:02.000000000 -0500
++++ engine/SConscript	2011-06-26 13:44:34.000000000 -0500
+@@ -113,7 +113,7 @@
+ 	Install('#', bt[0])
+ 
+ bt_main_sources = ['src/main.cpp']
+-bt_main_libs =  ['mrt', 'btanks_engine', 'SDL', 'sdlx']
++bt_main_libs =  ['mrt', 'btanks_engine', 'SDL', 'sdlx', 'clunk']
+ 
+ if sys.platform == "win32":
+ 	bt_rc = env.RES('src/bt.rc')
diff --git a/btanks.spec b/btanks.spec
index c96beb2..b8b54f7 100644
--- a/btanks.spec
+++ b/btanks.spec
@@ -176,7 +176,7 @@ rm -rf %{buildroot}
 - Fix issues with gcc being more picky about stuff
 - engine lib had a name change
 - Fix FTBFS - bug 715853
-- bted doesn't explicitly link clunk
+- bted and btanks don't explicitly link clunk
 
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.7686-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild


More information about the scm-commits mailing list