Ticket #43781: MyPaint.diff
File MyPaint.diff, 1.2 KB (added by ryandesign (Ryan Carsten Schmidt), 10 years ago) |
---|
-
Portfile
7 7 name MyPaint 8 8 set my_name mypaint 9 9 version 1.1.0 10 revision 210 revision 3 11 11 homepage http://mypaint.info/ 12 12 categories graphics 13 13 maintainers ryandesign … … 43 43 depends_run port:hicolor-icon-theme 44 44 45 45 patchfiles patch-SConstruct.diff 46 patchfiles-append patch-brushlib-SConscript.diff 46 47 patchfiles-append patch-malloc.diff 47 48 48 49 use_configure no -
files/patch-brushlib-SConscript.diff
1 https://gna.org/bugs/?20817 2 --- brushlib/SConscript.orig 2012-12-31 11:03:38.000000000 -0600 3 +++ brushlib/SConscript 2014-06-01 03:52:55.000000000 -0500 4 @@ -73,7 +73,7 @@ 5 6 env.Append(CPPPATH='./') 7 8 -pkg_deps = ['json'] 9 +pkg_deps = ['json-c'] 10 libs = ['m'] 11 linkflags = [] 12