Ticket #43781: MyPaint.diff

File MyPaint.diff, 1.2 KB (added by ryandesign (Ryan Carsten Schmidt), 10 years ago)
  • Portfile

     
    77name                        MyPaint
    88set my_name                 mypaint
    99version                     1.1.0
    10 revision                    2
     10revision                    3
    1111homepage                    http://mypaint.info/
    1212categories                  graphics
    1313maintainers                 ryandesign
     
    4343depends_run                 port:hicolor-icon-theme
    4444
    4545patchfiles                  patch-SConstruct.diff
     46patchfiles-append           patch-brushlib-SConscript.diff
    4647patchfiles-append           patch-malloc.diff
    4748
    4849use_configure               no
  • files/patch-brushlib-SConscript.diff

     
     1https://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