[python-2.7 & 3.6] Implement CTypes's find_library() for Haiku. (#1363)

Should fix #1120 for python v2.7.13 and v3.6.1.
This commit is contained in:
phoudoin
2017-05-27 11:31:27 +02:00
committed by Jérôme Duval
parent 0fd0aa812a
commit c7d1674a8c
4 changed files with 221 additions and 22 deletions

View File

@@ -11,7 +11,7 @@ OSI-approved open source license.
HOMEPAGE="http://www.python.org"
LICENSE="Python"
COPYRIGHT="1990-2017, Python Software Foundation"
REVISION="1"
REVISION="2"
SOURCE_URI="https://www.python.org/ftp/python/$portVersion/Python-$portVersion.tar.xz"
CHECKSUM_SHA256="35d543986882f78261f97787fd3e06274bfa6df29fac9b4a94f73930ff98f731"
SOURCE_DIR="Python-$portVersion"