forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
60 lines
1.4 KiB
Text
60 lines
1.4 KiB
Text
--- configure.orig 2005-11-27 01:30:25.000000000 +0100
|
|
+++ configure 2008-05-04 10:42:17.000000000 +0200
|
|
@@ -3222,6 +3222,7 @@
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
/* end confdefs.h. */
|
|
$ac_declaration
|
|
+#include <stdlib.h>
|
|
int
|
|
main ()
|
|
{
|
|
@@ -6277,6 +6278,7 @@
|
|
cat confdefs.h >>conftest.$ac_ext
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
/* end confdefs.h. */
|
|
+#include <stdlib.h>
|
|
#include <ffmpeg/avformat.h>
|
|
int
|
|
main ()
|
|
@@ -6320,6 +6322,9 @@
|
|
cat confdefs.h >>conftest.$ac_ext
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
/* end confdefs.h. */
|
|
+
|
|
+#define __STDC_CONSTANT_MACROS
|
|
+#include <stdlib.h>
|
|
#include <ffmpeg/avformat.h>
|
|
int
|
|
main ()
|
|
@@ -6385,6 +6390,7 @@
|
|
cat confdefs.h >>conftest.$ac_ext
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
/* end confdefs.h. */
|
|
+#include <stdlib.h>
|
|
#include <iconv.h>
|
|
int
|
|
main ()
|
|
@@ -6428,6 +6434,7 @@
|
|
cat confdefs.h >>conftest.$ac_ext
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
/* end confdefs.h. */
|
|
+#include <stdlib.h>
|
|
#include <iconv.h>
|
|
int
|
|
main ()
|
|
@@ -6912,6 +6919,7 @@
|
|
cat confdefs.h >>conftest.$ac_ext
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
/* end confdefs.h. */
|
|
+#include <stdlib.h>
|
|
#include <ctype.h>
|
|
#if ((' ' & 0x0FF) == 0x020)
|
|
# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
|
|
@@ -7550,6 +7558,7 @@
|
|
cat confdefs.h >>conftest.$ac_ext
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
/* end confdefs.h. */
|
|
+#include <stdlib.h>
|
|
#include <ctype.h>
|
|
#if ((' ' & 0x0FF) == 0x020)
|
|
# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
|