Changes between Version 13 and Version 14 of dev-lang/python
- Timestamp:
- 04/20/08 14:05:26 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev-lang/python
v13 v14 10 10 11 11 === work-in-progress (andreasf) - [R5, Haiku] === 12 13 On both platforms, 14 {{{ 15 #!/usr/bin/env python 16 }}} 17 needs to be changed to 18 {{{ 19 #!/bin/env python 20 }}} 12 21 13 22 On '''R5''' I get: … … 35 44 36 45 Python's libffi needs to be patched too (config.guess, config.sub, configure.ac). 46 Compiles okay then. 37 47 38 39 On both, 40 {{{ 41 #!/usr/bin/env python 42 }}} 43 needs to be changed to 44 {{{ 45 #!/bin/env python 46 }}} 48 {{{make test}}} fails due to {{{-lm}}}.
