Ticket #15955: finch-2.4.3.patch
File finch-2.4.3.patch, 1.8 KB (added by simon@…, 16 years ago) |
---|
-
net/finch/Portfile
3 3 PortSystem 1.0 4 4 5 5 name finch 6 version 2. 3.16 version 2.4.3 7 7 categories net 8 8 maintainers rsync@reifferscheid.org 9 9 homepage http://www.pidgin.im/ … … platforms macosx 20 20 master_sites sourceforge:pidgin 21 21 distfiles pidgin-${version}.tar.bz2 22 22 worksrcdir pidgin-${version} 23 checksums md5 0a593c2c343d5b854bd2cd2be7542f40\24 sha1 d247d085e89360c2a6bd8e4775b7814fd02d10c9\25 rmd160 f7473efa72974610224ea622fcc02d4703552d2c23 checksums md5 9e4a5f4ebda16a51fe91ec610286810a \ 24 sha1 c967ddda3cb4a8aecfb2566427e8cbd260f2c0de \ 25 rmd160 c5fa8f3f9e52ffffcc829d08a8b822cd9cdf5368 26 26 27 27 use_bzip2 yes 28 28 29 29 depends_lib port:libao port:audiofile port:p5-xml-parser port:libxml2 port:nspr port:nss 30 30 31 patchfiles finch.patch 32 31 33 configure.ldflags-append -bind_at_load 32 34 configure.cppflags-append -no-cpp-precomp 33 35 configure.args --disable-gtkspell --disable-screensaver --disable-sm \ … … configure.args --disable-gtkspell --disable-screensaver --disable-sm \ 37 39 --with-nspr-libs=${prefix}/lib \ 38 40 --with-nspr-includes=${prefix}/include/nspr \ 39 41 --enable-nss --disable-gtkui \ 40 --without-x 42 --without-x \ 43 --disable-gstreamer --disable-meanwhile --disable-avahi --disable-nm -
new file net/finch/files/finch.patch
- + 1 Index: finch/libgnt/Makefile.in 2 =================================================================== 3 --- finch/libgnt/Makefile.in.orig 2008-07-02 02:46:54.000000000 +0200 4 +++ finch/libgnt/Makefile.in 2008-07-11 18:55:54.000000000 +0200 5 @@ -151,7 +151,7 @@ 6 GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@ 7 GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@ 8 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ 9 -GLIB_CFLAGS = @GLIB_CFLAGS@ 10 +GLIB_CFLAGS = @GLIB_CFLAGS@ -D_XOPEN_SOURCE_EXTENDED 11 GLIB_LIBS = @GLIB_LIBS@ 12 GMOFILES = @GMOFILES@ 13 GMSGFMT = @GMSGFMT@