ad01936c0d
* Newer GCC requires swig2. Changelog: Version 1.1.0: - geometry tools: sequence of lines, curved lines, ellipses - new brush and layer blending modes; different layer merging - new color dialog: palette and gamut mapping - improved document frame, can be resized on canvas - symmetric drawing mode - old color changer ("washed") from 0.6 is available again - toolbar improvements, e.g. move layer mode, pan/zoom - revised cursor and on-canvas color picker - better separation of mypaint's brush library; json brush file format - translations, performance improvements, bugfixes, and more
13 lines
488 B
Text
13 lines
488 B
Text
$NetBSD: patch-SConscript,v 1.1 2015/03/15 04:51:31 ryoon Exp $
|
|
|
|
--- SConscript.orig 2012-12-31 17:03:38.000000000 +0000
|
|
+++ SConscript
|
|
@@ -19,7 +19,7 @@ except OSError:
|
|
|
|
def burn_python_version(target, source, env):
|
|
# make sure we run the python version that we built the extension modules for
|
|
- s = '#!/usr/bin/env ' + env['python_binary'] + '\n'
|
|
+ s = '#! @PYTHONBIN@' + '\n'
|
|
s += 5*'#\n'
|
|
s += '# DO NOT EDIT - edit %s instead\n' % source[0]
|
|
s += 5*'#\n'
|