freebsd-ports/lang/pypy/files/patch-rpython__translator__cli__sdk.py
David Naylor 58ecbe40fa Update lang/pypy to 2.0.1.
Port ChangeLog:
 * Sqlite3 added as a dependency
 * DIST_SUBDIR no longer used as upstream now releases with a proper tarball
 * Added ability to translate with pypy running in restricted memory mode
   ( faster than python2.7 and uses less memory!)
 * Added support for pypy modules that use cffi (_sqlite3 and _curses)

Approved by:	eadler,bdrewery (mentors, implicit)
2013-05-20 21:13:01 +00:00

11 lines
366 B
Python

--- rpython/translator/cli/sdk.py~ 2012-06-11 12:24:05.000000000 +0200
+++ rpython/translator/cli/sdk.py 2012-06-11 12:24:42.000000000 +0200
@@ -47,7 +47,7 @@
class MonoSDK(AbstractSDK):
RUNTIME = ['mono']
- ILASM = 'ilasm2'
+ ILASM = 'ilasm'
CSC = 'gmcs'
PEVERIFY = 'peverify' # it's not part of mono, but we get a meaningful skip message