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
689 B
Text
13 lines
689 B
Text
$NetBSD: patch-lib_SConscript,v 1.2 2015/03/15 04:51:31 ryoon Exp $
|
|
|
|
--- lib/SConscript.orig 2012-12-31 17:03:38.000000000 +0000
|
|
+++ lib/SConscript
|
|
@@ -18,7 +18,7 @@ env = mypaintlib_env
|
|
# I have given up. Scons just can't get the dependencies right with those
|
|
# code generators. Let's give scons a "normal" c++ project to dependency-scan.
|
|
swig_opts = '-DHAVE_GEGL' if env['enable_gegl'] else ''
|
|
-if env.Execute('swig -o mypaintlib_wrap.cpp -noproxydel -python -c++ %s mypaintlib.i' % swig_opts):
|
|
+if env.Execute('swig2.0 -o mypaintlib_wrap.cpp -noproxydel -python -c++ %s mypaintlib.i' % swig_opts):
|
|
Exit(1)
|
|
env.Clean('.', 'mypaintlib_wrap.cpp')
|
|
env.Clean('.', 'mypaintlib.py')
|