ports/net/samba33/files/patch-lib__replace__libreplace_cc.m4
Timur I. Bakeyev 70d62dcdc6 New 3.3.2 version of Samba33 port.
Major enhancements in Samba 3.3.2 include:

     * Fix "force group" (bug #6155).
     * Fix saving of files on Samba share using MS Office 2007 (bug #6160).
     * Fix guest authentication in setups with "security = share" and
      "guest ok = yes" when Winbind is running.
     * Fix corruptions of source path in tar mode of smbclient (bug #6161).
2009-03-14 23:22:54 +00:00

13 lines
482 B
Text

--- ./lib/replace/libreplace_cc.m4.orig 2009-03-12 09:47:20.000000000 +0000
+++ ./lib/replace/libreplace_cc.m4 2009-03-14 05:49:10.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