[arch-commits] Commit in mypaint/trunk (mypaint-swig3.patch)

Antonio Rojas arojas at archlinux.org
Sat Sep 7 09:12:44 UTC 2019


    Date: Saturday, September 7, 2019 @ 09:12:43
  Author: arojas
Revision: 508368

Add missing patch

Added:
  mypaint/trunk/mypaint-swig3.patch

---------------------+
 mypaint-swig3.patch |   11 +++++++++++
 1 file changed, 11 insertions(+)

Added: mypaint-swig3.patch
===================================================================
--- mypaint-swig3.patch	                        (rev 0)
+++ mypaint-swig3.patch	2019-09-07 09:12:43 UTC (rev 508368)
@@ -0,0 +1,11 @@
+--- mypaint-1.2.1/SConstruct.orig	2019-09-07 08:59:20.675785294 +0000
++++ mypaint-1.2.1/SConstruct	2019-09-07 08:59:33.795961507 +0000
+@@ -63,7 +63,7 @@
+     # patch with a suitable options switch.
+     tools.append("mingw")
+ 
+-env = Environment(ENV=os.environ, options=opts, tools=tools)
++env = Environment(ENV=os.environ, options=opts, tools=tools, SWIG='swig-3')
+ 
+ Help(opts.GenerateHelpText(env))
+ 



More information about the arch-commits mailing list