mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
- Fix build by removing AM_C_PROTOTYPES from configure.ac
Feature safe: yes
This commit is contained in:
parent
2c95bdc91e
commit
d63bc49b7d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307133
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: kroc
|
||||
# Date created: 15 January 2006
|
||||
# Whom: Tim Bishop <tdb@FreeBSD.org>
|
||||
#
|
||||
# Created by: Tim Bishop <tdb@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= kroc
|
||||
PORTVERSION= 1.5.r6372
|
||||
@ -21,7 +17,6 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png
|
||||
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
BROKEN= does not build
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
10
lang/kroc/files/patch-runtime__libkrocif__configure.ac
Normal file
10
lang/kroc/files/patch-runtime__libkrocif__configure.ac
Normal file
@ -0,0 +1,10 @@
|
||||
--- ./runtime/libkrocif/configure.ac.orig 2012-08-25 14:22:17.000000000 +0100
|
||||
+++ ./runtime/libkrocif/configure.ac 2012-08-25 14:22:26.000000000 +0100
|
||||
@@ -12,7 +12,6 @@
|
||||
AC_PROG_MAKE_SET
|
||||
AC_CHECK_TOOL(LD,ld)
|
||||
|
||||
-AM_C_PROTOTYPES
|
||||
AC_CHECK_HEADERS(stdlib.h string.h strings.h sys/ioctl.h sys/time.h sys/types.h sys/uio.h time.h unistd.h)
|
||||
|
||||
AC_ARG_ENABLE([mobiles], AS_HELP_STRING([--disable-mobiles],[disable MOBILE data types (default enabled)]), [enable_mobiles=$enableval], [enable_mobiles=yes])
|
11
lang/kroc/files/patch-tools__ilibr__configure.ac
Normal file
11
lang/kroc/files/patch-tools__ilibr__configure.ac
Normal file
@ -0,0 +1,11 @@
|
||||
--- ./tools/ilibr/configure.ac.orig 2012-08-25 14:22:26.000000000 +0100
|
||||
+++ ./tools/ilibr/configure.ac 2012-08-25 14:22:30.000000000 +0100
|
||||
@@ -10,8 +10,6 @@
|
||||
AC_PROG_MAKE_SET
|
||||
AC_PROG_RANLIB
|
||||
|
||||
-AM_C_PROTOTYPES
|
||||
-
|
||||
AC_DEFINE(HOST_OS_IS_UNIX,1,[define if host OS is UNIX])
|
||||
|
||||
dnl Checks for header files.
|
11
lang/kroc/files/patch-tools__mkoccdeps__configure.ac
Normal file
11
lang/kroc/files/patch-tools__mkoccdeps__configure.ac
Normal file
@ -0,0 +1,11 @@
|
||||
--- ./tools/mkoccdeps/configure.ac.orig 2012-08-25 14:22:34.000000000 +0100
|
||||
+++ ./tools/mkoccdeps/configure.ac 2012-08-25 14:22:38.000000000 +0100
|
||||
@@ -9,8 +9,6 @@
|
||||
AM_PROG_CC_STDC
|
||||
AC_PROG_MAKE_SET
|
||||
|
||||
-AM_C_PROTOTYPES
|
||||
-
|
||||
dnl Checks for libraries.
|
||||
|
||||
dnl Checks for header files.
|
12
lang/kroc/files/patch-tools__occ21__configure.ac
Normal file
12
lang/kroc/files/patch-tools__occ21__configure.ac
Normal file
@ -0,0 +1,12 @@
|
||||
--- ./tools/occ21/configure.ac.orig 2012-08-25 14:22:30.000000000 +0100
|
||||
+++ ./tools/occ21/configure.ac 2012-08-25 14:22:34.000000000 +0100
|
||||
@@ -13,9 +13,6 @@
|
||||
dnl AC_PROG_RANLIB
|
||||
AC_CHECK_TOOL(RANLIB,ranlib,:)
|
||||
|
||||
-
|
||||
-AM_C_PROTOTYPES
|
||||
-
|
||||
target_cpu_=target_cpu_`echo $target_cpu | tr -d _.`
|
||||
ARCH_DEFS="-D${target_cpu_}"
|
||||
|
11
lang/kroc/files/patch-tools__tranx86__configure.ac
Normal file
11
lang/kroc/files/patch-tools__tranx86__configure.ac
Normal file
@ -0,0 +1,11 @@
|
||||
--- ./tools/tranx86/configure.ac.orig 2012-08-25 14:22:38.000000000 +0100
|
||||
+++ ./tools/tranx86/configure.ac 2012-08-25 14:22:45.000000000 +0100
|
||||
@@ -149,8 +149,6 @@
|
||||
AC_DEFINE_UNQUOTED([GNUASFLAGS],"$GNUASFLAGS",[extra flags for GNU assembler])
|
||||
fi
|
||||
|
||||
-AM_C_PROTOTYPES
|
||||
-
|
||||
dnl Checks for libraries.
|
||||
|
||||
dnl Checks for header files.
|
Loading…
Reference in New Issue
Block a user