[banshee] [build] pass --enable-osx, restore configure.ac
- From: Aaron Bockover <abock src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [banshee] [build] pass --enable-osx, restore configure.ac
- Date: Mon, 28 Dec 2009 21:20:01 +0000 (UTC)
commit 27e3a6a949c2799c663c276869570a537a03d85e
Author: Aaron Bockover <abockover novell com>
Date: Mon Dec 28 15:02:39 2009 -0500
[build] pass --enable-osx, restore configure.ac
build/bundle/packages/banshee.py | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/build/bundle/packages/banshee.py b/build/bundle/packages/banshee.py
index 2740f3a..f0d5eba 100644
--- a/build/bundle/packages/banshee.py
+++ b/build/bundle/packages/banshee.py
@@ -4,7 +4,8 @@ configure_flags = [
'--disable-ipod',
'--disable-boo',
'--disable-gnome',
- '--disable-docs'
+ '--disable-docs',
+ '--enable-osx'
]
package = {
@@ -13,12 +14,12 @@ package = {
'sources': [],
'prep': [
'cd ../../../../..',
- 'pwd'
],
'build': [
'cp configure.ac configure.ac.orig',
'grep -v AM_GCONF_SOURCE_2 < configure.ac.orig > configure.ac',
'./autogen.sh --prefix=%{_prefix} ' + ' '.join (configure_flags),
+ 'mv configure.ac.orig configure.ac',
'%{__make}'
],
'install': []
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]