Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 358448 Details for
Bug 484532
dev-python/matplotlib-1.3.0 cannot save a png file on Darwin
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch against setupext.py
matplotlib-1.3.0-setupext.patch (text/plain), 833 bytes, created by
MATSUI Tetsushi
on 2013-09-11 00:19:38 UTC
(
hide
)
Description:
patch against setupext.py
Filename:
MIME Type:
Creator:
MATSUI Tetsushi
Created:
2013-09-11 00:19:38 UTC
Size:
833 bytes
patch
obsolete
>--- setupext.py.orig 2013-07-31 04:06:10.000000000 +0900 >+++ setupext.py 2013-09-10 23:23:34.000000000 +0900 >@@ -144,7 +144,7 @@ > > basedir_map = { > 'win32': ['win32_static',], >- 'darwin': ['/usr/local/', '/usr', '/usr/X11', '/opt/local'], >+ 'darwin': ['/usr/local/', '/usr', '/opt/local'], > 'sunos5': [os.getenv('MPLIB_BASE') or '/usr/local',], > 'gnu0': ['/usr'], > 'aix5': ['/usr/local'], >@@ -795,6 +795,12 @@ > default_libraries=['freetype', 'z'], > alt_exec='freetype-config') > >+ def get_extension(self): >+ ext = make_extension('test', []) >+ pkg_config.setup_extension(ext, "freetype2") >+ ext.include_dirs.append(ext.include_dirs[-1][:-len('/freetype2')]) >+ return ext >+ > > class FT2Font(SetupPackage): > name = 'ft2font' >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 484532
: 358448