summaryrefslogtreecommitdiff
path: root/net/samba3/files/patch-lib_replace_autoconf-2.60.m4
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2008-08-20 00:57:32 +0000
committerAde Lovett <ade@FreeBSD.org>2008-08-20 00:57:32 +0000
commit771ea13f4111cf3212b9c32c18ac5fc1975d483d (patch)
treeb4d0fdbbaaf974fbf1b69ebcbe9a956cb4eed79d /net/samba3/files/patch-lib_replace_autoconf-2.60.m4
parent. If DISTFILES are missing then print out the instructions to get them (diff)
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin)
Notes
Notes: svn path=/head/; revision=218886
Diffstat (limited to 'net/samba3/files/patch-lib_replace_autoconf-2.60.m4')
-rw-r--r--net/samba3/files/patch-lib_replace_autoconf-2.60.m415
1 files changed, 15 insertions, 0 deletions
diff --git a/net/samba3/files/patch-lib_replace_autoconf-2.60.m4 b/net/samba3/files/patch-lib_replace_autoconf-2.60.m4
new file mode 100644
index 000000000000..54fbfdc699de
--- /dev/null
+++ b/net/samba3/files/patch-lib_replace_autoconf-2.60.m4
@@ -0,0 +1,15 @@
+--- lib/replace/autoconf-2.60.m4.orig 2007-11-15 03:15:03.000000000 +0000
++++ lib/replace/autoconf-2.60.m4 2008-06-12 17:56:42.000000000 +0000
+@@ -179,6 +179,7 @@
+ # ------------------------
+ # Enable extensions on systems that normally disable them,
+ # typically due to standards-conformance issues.
++m4_ifndef([AC_USE_SYSTEM_EXTENSIONS],[
+ AC_DEFUN([AC_USE_SYSTEM_EXTENSIONS],
+ [
+ AC_BEFORE([$0], [AC_COMPILE_IFELSE])
+@@ -208,3 +209,4 @@
+ AC_DEFINE([__EXTENSIONS__])
+ AC_DEFINE([_POSIX_PTHREAD_SEMANTICS])
+ ])
++])