1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/lang/kroc/files/patch-runtime__libkrocif__configure.ac
2012-11-07 13:30:06 +00:00

11 lines
498 B
Plaintext

--- ./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])