Ticket #40523: root.diff
File root.diff, 1.6 KB (added by cjones051073 (Chris Jones), 11 years ago) |
---|
-
science/root/Portfile
old new 5 5 6 6 name root 7 7 version 5.34.10 8 revision 1 8 9 9 10 categories science 10 11 maintainers gmail.com:mattiafrancescomoro hep.phy.cam.ac.uk:jonesc … … 29 30 port:pcre \ 30 31 port:Xft2 \ 31 32 port:xorg-libX11 \ 33 port:mesa \ 32 34 port:zlib \ 33 35 port:jpeg \ 34 36 port:libpng \ … … 40 42 41 43 post-patch { 42 44 reinplace "s|-lfreetype| \`freetype-config --libs\`|g" ${worksrcpath}/config/root-config.in 43 reinplace "s|\"/usr/include\"|\"${prefix}/include /\" \"/usr/include\"|g" ${worksrcpath}/configure45 reinplace "s|\"/usr/include\"|\"${prefix}/include /usr/include\"|g" ${worksrcpath}/configure 44 46 reinplace "s|/usr/lib |${prefix}/lib /usr/lib |g" ${worksrcpath}/configure 45 47 reinplace "s|/usr/include |${prefix}/include /usr/include |g" ${worksrcpath}/configure 46 reinplace "s|\"/usr/lib\"|\"${prefix}/lib /\" \"/usr/lib\"g|" ${worksrcpath}/configure48 reinplace "s|\"/usr/lib\"|\"${prefix}/lib /usr/lib\"|g" ${worksrcpath}/configure 47 49 } 48 50 49 51 pre-configure { … … 106 108 --enable-unuran \ 107 109 --enable-reflex \ 108 110 --enable-table \ 109 --enable-fink 111 --enable-fink \ 112 --enable-gdml 110 113 111 114 universal_variant no 112 115