openbsd-ports/multimedia/xine-lib/patches/patch-m4_dvdnav_m4
sthen 0c0d6dd0d0 update xine-lib to 1.1.19 and switch to new-style LIB_DEPENDS/WANTLIB
from Brad, thanks landry@ for testing in bulk build
2010-09-13 20:12:16 +00:00

39 lines
1.3 KiB
Plaintext

$OpenBSD: patch-m4_dvdnav_m4,v 1.2 2010/09/13 20:12:16 sthen Exp $
--- m4/dvdnav.m4.orig Wed Mar 10 15:46:05 2010
+++ m4/dvdnav.m4 Sun Jul 25 15:33:46 2010
@@ -84,6 +84,7 @@ dnl checks the results of dvdnav-config to some extent
dnl
rm -f conf.dvdnavtest
AC_RUN_IFELSE([AC_LANG_SOURCE([[
+#include <stdint.h>
#include <dvdnav/dvdnav.h>
#include <stdio.h>
#include <stdlib.h>
@@ -129,6 +130,7 @@ main ()
]])],[],[no_dvdnav=yes],[no_dvdnav=cc])
if test "x$no_dvdnav" = xcc; then
AC_LINK_IFELSE([AC_LANG_PROGRAM([[
+#include <stdint.h>
#include <dvdnav/dvdnav.h>
#include <stdio.h>
]], [[ return 0; ]])],[no_dvdnav=''],[no_dvdnav=yes])
@@ -141,7 +143,9 @@ main ()
AC_MSG_RESULT(yes)
ifelse([$2], , :, [$2])
dnl nav_*.h seem to have been moved from dvdnav at some point?
- AC_CHECK_HEADERS([dvdread/nav_types.h])
+ AC_CHECK_HEADERS([dvdread/nav_types.h],,,
+[#include <stdint.h>
+])
else
AC_MSG_RESULT(no)
if test "$DVDNAV_CONFIG" = "no" ; then
@@ -157,6 +161,7 @@ main ()
CFLAGS="$CFLAGS $DVDNAV_CFLAGS"
LIBS="$LIBS $DVDNAV_LIBS"
AC_LINK_IFELSE([AC_LANG_PROGRAM([[
+#include <stdint.h>
#include <dvdnav/dvdnav.h>
#include <stdio.h>
]], [[ return 0; ]])],