Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 324568 Details for
Bug 433922
sci-geosciences/mapnik 2.1 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
mapnik-2.1.0-destdir.patch
mapnik-2.1.0-destdir.patch (text/plain), 1018 bytes, created by
Todd Wright
on 2012-09-22 01:22:18 UTC
(
hide
)
Description:
mapnik-2.1.0-destdir.patch
Filename:
MIME Type:
Creator:
Todd Wright
Created:
2012-09-22 01:22:18 UTC
Size:
1018 bytes
patch
obsolete
>Seulement dans mapnik-v2.1.0: patch >diff -ur mapnik-v2.1.0.orig/SConstruct mapnik-v2.1.0/SConstruct >--- mapnik-v2.1.0.orig/SConstruct 2012-09-04 14:00:45.133101899 +0200 >+++ mapnik-v2.1.0/SConstruct 2012-09-04 14:02:04.513794207 +0200 >@@ -1362,7 +1362,7 @@ > site_packages = '''%s -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(plat_specific=True))"''' % env['PYTHON'] > else: > site_packages = '''%s -c "from distutils.sysconfig import get_python_lib; print get_python_lib(plat_specific=True)"''' % env['PYTHON'] >- env['PYTHON_SITE_PACKAGES'] = call(site_packages) >+ env['PYTHON_SITE_PACKAGES'] = os.path.normpath(os.path.realpath(env['DESTDIR'])) + call(site_packages) > else: > env['PYTHON_SYS_PREFIX'] = os.popen('''%s -c "import sys; print sys.prefix"''' % env['PYTHON']).read().strip() > env['PYTHON_VERSION'] = os.popen('''%s -c "import sys; print sys.version"''' % env['PYTHON']).read()[0:3]
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 Raw
Actions:
View
Attachments on
bug 433922
:
322900
|
324564
|
324566
| 324568 |
324570
|
324572
|
324710