diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-05-25 15:54:27 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-05-25 15:54:27 +0000 |
commit | 699d02b3107c536a8d2ae483c6a92252d2a0ff6a (patch) | |
tree | 361a89e72584da3f36e95968416825453d9d5a29 /mail/dbmail22/files/patch-configure | |
parent | This module is a object container interface which supports both OO interface (diff) |
- Fix build with clang
PR: 167956
Submitted by: Alan Hicks <ahicks@p-o.co.uk> (maintainer)
Diffstat (limited to 'mail/dbmail22/files/patch-configure')
-rw-r--r-- | mail/dbmail22/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/dbmail22/files/patch-configure b/mail/dbmail22/files/patch-configure new file mode 100644 index 000000000000..1d7678d8d469 --- /dev/null +++ b/mail/dbmail22/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.bak 2012-05-16 09:40:52.000000000 +0100 ++++ configure 2012-05-16 10:02:02.000000000 +0100 +@@ -2967,7 +2967,7 @@ + sieveprefixes="/usr /usr/local" + + +-$as_echo "#define _GNU_SOURCE ''" >>confdefs.h ++$as_echo '#define _GNU_SOURCE' >>confdefs.h + + + # Turn off both defaults. |