Ticket #29199: xine-ui-0.99.6.diff
File xine-ui-0.99.6.diff, 2.0 KB (added by ryandesign (Ryan Carsten Schmidt), 14 years ago) |
---|
-
files/patch-network.c.diff
1 --- src/xitk/network.c.orig 2006-07-15 15:26:20.000000000 -05002 +++ src/xitk/network.c 2009-06-12 04:18:34.000000000 -05003 @@ -26,7 +26,7 @@4 /* required for getsubopt(); the __sun test avoids compilation problems on5 solaris. On FreeBSD defining this disable BSD functions to be visible6 and remove INADDR_NONE */7 -#if ! defined (__sun__) && ! defined (__OpenBSD__) && ! defined(__FreeBSD__)8 +#if ! defined (__sun__) && ! defined (__OpenBSD__) && ! defined(__FreeBSD__) && ! defined(__APPLE__)9 #define _XOPEN_SOURCE 50010 #endif11 /* required for strncasecmp() */ -
Portfile
4 4 PortSystem 1.0 5 5 6 6 name xine-ui 7 version 0.99. 57 version 0.99.6 8 8 maintainers ryandesign openmaintainer 9 9 categories multimedia 10 10 platforms darwin 11 11 license GPL-2+ 12 12 homepage http://www.xine-project.org/ 13 13 master_sites sourceforge:xine 14 use_xz yes 14 15 15 checksums md5 e643cd1fcad4d98a5ae4eb877ce5087b \ 16 sha1 4f452516319f31cda01d08ea2779f195933af0bb \ 17 rmd160 64cb69549d88d904d986ea7dd7b36a51d5b91756 16 checksums sha1 abbdb331898c14025ee6b132f63ab7d3c1b5b31e \ 17 rmd160 b5d27f112d2ebb861d18be684c17c5fe0e7b7fbd 18 18 19 19 depends_build path:bin/pkg-config:pkgconfig 20 20 … … 30 30 # xine-lib is not universal 31 31 universal_variant no 32 32 33 patchfiles patch-network.c.diff34 35 33 configure.args --mandir=${prefix}/share/man \ 36 34 --disable-lirc \ 37 35 --with-readline=${prefix}