unbreak build on OpenBSD 4.
This commit is contained in:
parent
6c2bc9a29d
commit
9352f73591
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-setup_py,v 1.2 2005/11/20 14:11:54 alek Exp $
|
||||
$OpenBSD: patch-setup_py,v 1.3 2006/07/30 12:38:15 steven Exp $
|
||||
--- setup.py.orig Sun Aug 25 10:31:36 2002
|
||||
+++ setup.py Sun Nov 20 00:58:01 2005
|
||||
@@ -1,9 +1,9 @@
|
||||
@ -25,7 +25,7 @@ $OpenBSD: patch-setup_py,v 1.2 2005/11/20 14:11:54 alek Exp $
|
||||
GLIB_DIR=pJoin(DEVEL_DIR,'glib')
|
||||
- if sys.platform in ['darwin', 'win32', 'sunos5', 'freebsd4', 'mac', 'linux2','aix4']:
|
||||
- LIBS=[]
|
||||
+ if sys.platform in ['openbsd3', 'darwin', 'win32', 'sunos5', 'freebsd4', 'mac', 'linux2','aix4']:
|
||||
+ if sys.platform in ['openbsd3', 'openbsd4', 'darwin', 'win32', 'sunos5', 'freebsd4', 'mac', 'linux2','aix4']:
|
||||
+ LIBS=['art_lgpl_2']
|
||||
else:
|
||||
raise ValueError, "Don't know about other systems"
|
||||
|
Loading…
Reference in New Issue
Block a user