wok-6.x diff lsdvd/stuff/lsdvd-0.16-configure.patch @ rev 6741
Up: gnome-doc-utils to 0.16.1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Oct 16 21:23:43 2010 +0000 (2010-10-16) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/lsdvd/stuff/lsdvd-0.16-configure.patch Sat Oct 16 21:23:43 2010 +0000 1.3 @@ -0,0 +1,43 @@ 1.4 +--- lsdvd-0.16-ori/configure Mon Dec 12 21:22:45 2005 1.5 ++++ lsdvd-0.16/configure Sat Apr 19 17:20:11 2008 1.6 +@@ -2887,8 +2887,9 @@ 1.7 + cat confdefs.h >>conftest.$ac_ext 1.8 + cat >>conftest.$ac_ext <<_ACEOF 1.9 + /* end confdefs.h. */ 1.10 ++#include <stdint.h> 1.11 + #include <dvdread/ifo_read.h> 1.12 +- #include <stdint.h> 1.13 ++ 1.14 + int 1.15 + main () 1.16 + { 1.17 +--- lsdvd-0.16-ori/configure.in Mon Dec 12 21:11:01 2005 1.18 ++++ lsdvd-0.16/configure.in Sat Apr 19 17:19:36 2008 1.19 +@@ -10,8 +10,8 @@ 1.20 + 1.21 + AC_CHECK_LIB(dvdread, DVDOpen, , AC_MSG_ERROR([libdvdread not found!])) 1.22 + AC_MSG_CHECKING([for dvdread/ifo_read.h]) 1.23 +-AC_TRY_COMPILE([#include <dvdread/ifo_read.h> 1.24 +- #include <stdint.h>], , 1.25 ++AC_TRY_COMPILE([#include <stdint.h> 1.26 ++ #include <dvdread/ifo_read.h>], , 1.27 + AC_MSG_RESULT([yes]), 1.28 + AC_MSG_RESULT([no]) 1.29 + AC_MSG_ERROR([Header files for dvdread not found])) 1.30 +--- lsdvd-0.16-ori/lsdvd.c Thu Mar 2 14:48:11 2006 1.31 ++++ lsdvd-0.16/lsdvd.c Sat Apr 19 17:26:06 2008 1.32 +@@ -13,13 +13,13 @@ 1.33 + * 2003-04-19 Cleanups get_title_name, added dvdtime2msec, added helper macros, 1.34 + * output info structures in form of a Perl module, by Henk Vergonet. 1.35 + */ 1.36 +-#include <dvdread/ifo_read.h> 1.37 + #include <string.h> 1.38 + #include <sys/stat.h> 1.39 + #include <stdio.h> 1.40 + #include <stdlib.h> 1.41 + #include <unistd.h> 1.42 + #include <stdint.h> 1.43 ++#include <dvdread/ifo_read.h> 1.44 + #include "lsdvd.h" 1.45 + #include "ocode.h" 1.46 +