Ticket #19333: patch-pango.diff
File patch-pango.diff, 1.2 KB (added by dbevans (David B. Evans), 16 years ago) |
---|
-
Portfile
3 3 PortSystem 1.0 4 4 5 5 name pango 6 version 1.24. 06 version 1.24.1 7 7 set branch [join [lrange [split ${version} .] 0 1] .] 8 8 categories x11 9 9 maintainers ryandesign … … 22 22 of internationalized text. 23 23 24 24 checksums \ 25 md5 d209f41079833cd2ef2c5e580ab9c5ee\26 sha1 32e99f3f1b4ca550225837bf35d581d4d92d08a9 \27 rmd160 234431b61c50ec7512873fe51ddfda23b4a395b225 md5 af0beac1dd1825e241c5728081f16acd \ 26 sha1 917ad4559cceaf27adbfddee11a833c3e536d4a9 \ 27 rmd160 8924a2ef039c2bf71e185cad96e87e8c973a59c0 28 28 29 29 depends_build \ 30 30 port:pkgconfig … … 35 35 path:lib/pkgconfig/cairo.pc:cairo \ 36 36 37 37 patchfiles \ 38 477747bc1ef1078b06c4e1c615a1a912e6ada299.diff \39 38 patch-ltmain.sh.diff 40 39 41 40 configure.ccache no 42 41 43 42 platform macosx {} 43 44 44 variant quartz requires macosx description {Add Quartz graphics interface} { 45 45 # Although this variant does nothing, pango will automatically build 46 46 # itself differently depending on whether or not cairo is installed with