Files
bsdports/media/libfaac/files/patch-x-config.h.in
2019-12-26 07:26:06 +00:00

67 lines
1.9 KiB
C

--- ./config.h.in.orig 2009-02-10 10:36:59.000000000 +0200
+++ ./config.h.in 2015-10-10 21:05:04.794507000 +0200
@@ -1,5 +1,8 @@
/* config.h.in. Generated from configure.in by autoheader. */
+/* Define if building universal (internal helper macro) */
+#undef AC_APPLE_UNIVERSAL_BUILD
+
/* Define if you want to encode for DRM */
#undef DRM
@@ -17,7 +20,7 @@
/* Define to 1 if you have the <float.h> header file. */
#undef HAVE_FLOAT_H
-/* Define to 1 if `__pos' is member of `fpos_t'. */
+/* Define to 1 if `__pos' is a member of `fpos_t'. */
#undef HAVE_FPOS_T___POS
/* Define to 1 if you have the <getopt.h> header file. */
@@ -92,6 +95,10 @@
/* Define to 1 if the system has the type `u_int32_t'. */
#undef HAVE_U_INT32_T
+/* Define to the sub-directory in which libtool stores uninstalled libraries.
+ */
+#undef LT_OBJDIR
+
/* Name of package */
#undef PACKAGE
@@ -107,6 +114,9 @@
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
/* Define to the version of this package. */
#undef PACKAGE_VERSION
@@ -119,9 +129,22 @@
/* Version number of package */
#undef VERSION
-/* Define to 1 if your processor stores words with the most significant byte
- first (like Motorola and SPARC, unlike Intel and VAX). */
+/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
+ significant byte first (like Motorola and SPARC, unlike Intel). */
+#if defined AC_APPLE_UNIVERSAL_BUILD
+# if defined __BIG_ENDIAN__
+# define WORDS_BIGENDIAN 1
+# endif
+#else
+# ifndef WORDS_BIGENDIAN
#undef WORDS_BIGENDIAN
+# endif
+#endif
+
+/* Enable large inode numbers on Mac OS X 10.5. */
+#ifndef _DARWIN_USE_64_BIT_INODE
+# define _DARWIN_USE_64_BIT_INODE 1
+#endif
/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS