mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
d63bc49b7d
Feature safe: yes
11 lines
498 B
Plaintext
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])
|