1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00

- fix configure

This commit is contained in:
Dirk Meyer 2008-05-04 09:46:09 +00:00
parent 64b7c92706
commit 031ae7df5b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212586
2 changed files with 53 additions and 4 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= sabbu
PORTVERSION= 0.3.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -1,11 +1,60 @@
--- configure.orig Sun Nov 27 01:30:25 2005
+++ configure Sun May 27 09:45:46 2007
@@ -6320,6 +6320,8 @@
--- 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')