|
From: <md...@us...> - 2009-11-30 17:24:59
|
Revision: 7989
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7989&view=rev
Author: mdboom
Date: 2009-11-30 17:24:49 +0000 (Mon, 30 Nov 2009)
Log Message:
-----------
Fix SF-2903596 on the 0.99.x branch
Modified Paths:
--------------
branches/v0_99_maint/setupext.py
Modified: branches/v0_99_maint/setupext.py
===================================================================
--- branches/v0_99_maint/setupext.py 2009-11-30 17:18:27 UTC (rev 7988)
+++ branches/v0_99_maint/setupext.py 2009-11-30 17:24:49 UTC (rev 7989)
@@ -1105,7 +1105,7 @@
deps.extend(glob.glob('CXX/*.c'))
module = Extension('matplotlib.ft2font', deps,
- define_macros=[('PY_ARRAYAUNIQUE_SYMBOL', 'MPL_ARRAY_API')])
+ define_macros=[('PY_ARRAY_UNIQUE_SYMBOL', 'MPL_ARRAY_API')])
add_ft2font_flags(module)
ext_modules.append(module)
BUILT_FT2FONT = True
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|