pkgsrc/audio/faad2/patches/patch-configure.ac
adam d8b87595f0 faad2: updated to 2.8.6
2.8.6:
2.8.5:
        - another package fix
2.8.4:
        - minor fix to released packages
2.8.3
        - better autotools support
2.8.2
        - PNS bug fixed
        - New MP4 input module
        - NeAACDecGetVersion:
                new api function to get version and copyright strings
2017-12-01 11:17:51 +00:00

14 lines
384 B
Text

$NetBSD: patch-configure.ac,v 1.1 2017/12/01 11:17:51 adam Exp $
Detect sys/endian.h.
--- configure.ac.orig 2017-10-10 09:58:02.000000000 +0000
+++ configure.ac
@@ -43,6 +43,7 @@ AC_CHECK_HEADERS(stdint.h inttypes.h)
AC_CHECK_HEADERS(mathf.h)
AC_CHECK_HEADERS(float.h)
AC_CHECK_FUNCS(strchr memcpy)
+AC_CHECK_HEADERS(sys/endian.h)
AC_CHECK_HEADERS(sys/time.h)
AC_HEADER_TIME