Ticket #29514: 0.26-2.diff
File 0.26-2.diff, 1.5 KB (added by ryandesign (Ryan Carsten Schmidt), 13 years ago) |
---|
-
Portfile
4 4 PortSystem 1.0 5 5 6 6 name pkgconfig 7 version 0.25 8 revision 2 7 version 0.26 9 8 categories devel 10 9 maintainers ryandesign 11 10 license GPL-2+ … … 23 22 about installed libraries in the system. It is typically \ 24 23 used to compile and link against one or more libraries. 25 24 26 checksums md5 a3270bab3f4b69b7dc6dbdacbcae9745 \ 27 sha1 8922aeb4edeff7ed554cc1969cbb4ad5a4e6b26e \ 28 rmd160 835509d01f68c45823ee89c718776eb66f61316b 25 checksums sha1 fd71a70b023b9087c8a7bb76a0dc135a61059652 \ 26 rmd160 face3d16ec338b9b1ab41d56d6e4d1a5624b52d0 29 27 30 patchfiles patch-underquoting.diff 28 depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 31 29 32 30 configure.args --with-pc-path=${prefix}/lib/pkgconfig:${prefix}/share/pkgconfig 33 31 32 configure.env PKG_CONFIG=false \ 33 GLIB_CFLAGS="-I${prefix}/include/glib-2.0 -I${prefix}/lib/glib-2.0/include -I${prefix}/include" \ 34 GLIB_LIBS="-L${prefix}/lib -lglib-2.0 -lintl" 35 34 36 test.run yes 35 37 test.target check 36 38 … … 40 42 xinstall -m 644 -W ${worksrcpath} \ 41 43 AUTHORS \ 42 44 COPYING \ 43 ChangeLog \44 45 NEWS \ 45 46 README \ 46 47 ${docdir}