ports/net/samba33/files/patch-lib__replace__libreplace_cc.m4
Timur I. Bakeyev 06e5b5f7f2 Update net/samba33 to the version 3.3.3. Major changes are:
o Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb
      correctly (bug #6195).
    o Fix serving of files with colons to CIFS/VFS client (bug #6196).
    o Fix "map readonly" (bug #6186).
2009-04-07 02:10:45 +00:00

13 lines
482 B
Text

--- ./lib/replace/libreplace_cc.m4.orig 2009-04-01 11:48:54.000000000 +0000
+++ ./lib/replace/libreplace_cc.m4 2009-04-07 01:39:14.000000000 +0000
@@ -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