Ticket #24456: inkscape_Portfile.diff
File inkscape_Portfile.diff, 1.7 KB (added by jjstickel@…, 15 years ago) |
---|
-
graphics/inkscape/Portfile
old new 1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 2 # $Id: Portfile 65641 2010-03-29 18:16:52Z raimue@macports.org$2 # $Id: $ 3 3 4 4 PortSystem 1.0 5 5 … … 38 38 port:lcms \ 39 39 port:dbus \ 40 40 port:dbus-glib \ 41 port:py2 5-xml \41 port:py26-xml \ 42 42 port:libcroco \ 43 43 port:poppler \ 44 port:py2 5-numpy \45 port:py2 5-lxml \44 port:py26-numpy \ 45 port:py26-lxml \ 46 46 port:boost \ 47 47 port:ImageMagick \ 48 48 port:libwpg … … 60 60 --enable-inkboard 61 61 62 62 configure.python \ 63 ${prefix}/bin/python2. 563 ${prefix}/bin/python2.6 64 64 65 65 configure.cppflags-append \ 66 66 -I${worksrcpath}/src/extension/script … … 83 83 } 84 84 85 85 post-patch { 86 reinplace "s|\"python-interpreter\", \"python\"|\"python-interpreter\", \"python2. 5\"|g" ${worksrcpath}/src/extension/implementation/script.cpp86 reinplace "s|\"python-interpreter\", \"python\"|\"python-interpreter\", \"python2.6\"|g" ${worksrcpath}/src/extension/implementation/script.cpp 87 87 reinplace "s|^#include \"Object.h\"|#include \"${prefix}/include/poppler/Object.h\"|" ${worksrcpath}/src/extension/internal/pdfinput/pdf-parser.h 88 88 reinplace "s|^#include \"Object.h\"|#include \"${prefix}/include/poppler/Object.h\"|" ${worksrcpath}/src/extension/internal/pdfinput/pdf-parser.cpp 89 89 }