summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiziano Müller <dev-zero@gentoo.org>2008-04-21 22:07:48 +0000
committerTiziano Müller <dev-zero@gentoo.org>2008-04-21 22:07:48 +0000
commitc9eeb92f9f8959f2cdbc009c0ff3ccd3a3ad11a0 (patch)
tree343a9e819343d85d9883f0c2036138b585b2cf36 /net-fs/samba/files
parentapply patch to allow compilation against libbeagle, bug #215026 (diff)
downloadgentoo-2-c9eeb92f9f8959f2cdbc009c0ff3ccd3a3ad11a0.tar.gz
gentoo-2-c9eeb92f9f8959f2cdbc009c0ff3ccd3a3ad11a0.tar.bz2
gentoo-2-c9eeb92f9f8959f2cdbc009c0ff3ccd3a3ad11a0.zip
Added patch to fix problem with autoconf (bug #217272, thanks to vapier)
(Portage version: 2.1.5_rc4)
Diffstat (limited to 'net-fs/samba/files')
-rw-r--r--net-fs/samba/files/3.0.28-autoconf-2.62-fix.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/net-fs/samba/files/3.0.28-autoconf-2.62-fix.patch b/net-fs/samba/files/3.0.28-autoconf-2.62-fix.patch
new file mode 100644
index 000000000000..2f5bc2b77f37
--- /dev/null
+++ b/net-fs/samba/files/3.0.28-autoconf-2.62-fix.patch
@@ -0,0 +1,15 @@
+--- lib/replace/autoconf-2.60.m4.orig 2008-04-19 00:26:33.000000000 -0400
++++ lib/replace/autoconf-2.60.m4 2008-04-19 00:22:25.000000000 -0400
+@@ -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])
+ ])
++])