mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-16 21:41:16 +02:00
14 lines
482 B
Plaintext
14 lines
482 B
Plaintext
--- ./lib/replace/libreplace_cc.m4.orig 2010-06-11 14:22:12.000000000 +0300
|
|
+++ ./lib/replace/libreplace_cc.m4 2011-11-16 18:21:33.000000000 +0300
|
|
@@ -145,6 +145,10 @@
|
|
AC_CHECK_TYPE(uintptr_t, unsigned long long)
|
|
AC_CHECK_TYPE(ptrdiff_t, unsigned long long)
|
|
|
|
+if test x"$ac_cv_type_intptr_t" = x"yes"; then
|
|
+ AC_DEFINE(HAVE_INTPTR_T,1,[Whether the host has intptr_t])
|
|
+fi
|
|
+
|
|
if test x"$ac_cv_type_long_long" != x"yes";then
|
|
AC_MSG_ERROR([LIBREPLACE needs type 'long long'])
|
|
fi
|