[arch-commits] CVS update of extra/lib/python-egenix-mx-base (1 file)
Damir Perisa
damir at archlinux.org
Tue Jul 17 01:12:52 UTC 2007
Date: Monday, July 16, 2007 @ 21:12:52
Author: damir
Path: /home/cvs-extra/extra/lib/python-egenix-mx-base
Removed: egenix-mx-base-2.0.5.patch (1.1)
cleanup
----------------------------+
egenix-mx-base-2.0.5.patch | 14 --------------
1 file changed, 14 deletions(-)
Index: extra/lib/python-egenix-mx-base/egenix-mx-base-2.0.5.patch
diff -u extra/lib/python-egenix-mx-base/egenix-mx-base-2.0.5.patch:1.1 extra/lib/python-egenix-mx-base/egenix-mx-base-2.0.5.patch:removed
--- extra/lib/python-egenix-mx-base/egenix-mx-base-2.0.5.patch:1.1 Sun Jul 25 03:10:37 2004
+++ extra/lib/python-egenix-mx-base/egenix-mx-base-2.0.5.patch Mon Jul 16 21:12:51 2007
@@ -1,14 +0,0 @@
-diff -ru egenix-mx-base-2.0.5/mxSetup.py egenix-mx-base-2.0.5.new/mxSetup.py
---- egenix-mx-base-2.0.5/mxSetup.py 2003-08-09 16:52:16.000000000 -0400
-+++ egenix-mx-base-2.0.5.new/mxSetup.py 2004-05-24 12:33:48.000000000 -0400
-@@ -118,8 +118,8 @@
- so = os.environ.get('SO', so)
- compiler.set_executables(
- preprocessor='%s -E' % cc,
-- compiler='%s %s' % (cc, opt),
-- compiler_so='%s %s %s' % (cc, opt, ccshared),
-+ compiler='%s %s' % (cc, "-DNDEBUG -O0 -Wall -Wstrict-prototypes"),
-+ compiler_so='%s %s %s' % (cc, "-DNDEBUG -O0 -Wall -Wstrict-prototypes", ccshared),
- linker_so=ldshared,
- linker_exe=cc)
- compiler.shared_lib_extension = so
More information about the arch-commits
mailing list