diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2007-01-22 16:45:10 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2007-01-22 16:45:10 +0000 |
commit | 307bdced85efa099cb28882bf2904d68809a7547 (patch) | |
tree | a8d9f0fef2ab3a02971ab0000c95884bb3b29557 /multimedia/xfce4-media/files/patch-src_xfmedia-xine.c | |
parent | - Update to 0.7.2 (diff) |
Import xfce 4.4
- remove all obsolete ports or plugins
- update all plugins to their latest version to support xfce 4.4
(otherwise they won't compile with 4.4)
Notes
Notes:
svn path=/head/; revision=182986
Diffstat (limited to 'multimedia/xfce4-media/files/patch-src_xfmedia-xine.c')
-rw-r--r-- | multimedia/xfce4-media/files/patch-src_xfmedia-xine.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/multimedia/xfce4-media/files/patch-src_xfmedia-xine.c b/multimedia/xfce4-media/files/patch-src_xfmedia-xine.c new file mode 100644 index 000000000000..fc68d41e27c7 --- /dev/null +++ b/multimedia/xfce4-media/files/patch-src_xfmedia-xine.c @@ -0,0 +1,20 @@ +--- src/xfmedia-xine.c.orig Thu Nov 30 17:49:55 2006 ++++ src/xfmedia-xine.c Thu Nov 30 17:50:48 2006 +@@ -38,14 +38,14 @@ + #ifdef HAVE_MATH_H + #include <math.h> + #endif ++#ifdef HAVE_SYS_TYPES_H ++#include <sys/types.h> ++#endif + #ifdef HAVE_SYS_SELECT_H + #include <sys/select.h> + #endif + #ifdef HAVE_SYS_TIME_H + #include <sys/time.h> +-#endif +-#ifdef HAVE_SYS_TYPES_H +-#include <sys/types.h> + #endif + #ifdef HAVE_UNISTD_H + #include <unistd.h> |