diff options
| author | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2013-10-04 18:27:02 +0000 |
|---|---|---|
| committer | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2013-10-04 18:27:02 +0000 |
| commit | d25d7b7d6ef2c0777bbf80cdf8585edf21d75972 (patch) | |
| tree | a5844a5c7a29cd2bcb320e8eb4e2bd8b6ae466a1 /usr.bin/svn | |
| parent | 29904f46d66f1c60b3d84c19f0a9083dd20dc62f (diff) | |
Notes
Diffstat (limited to 'usr.bin/svn')
| -rw-r--r-- | usr.bin/svn/lib/libapr/apr_private.h | 2 | ||||
| -rw-r--r-- | usr.bin/svn/svn_private_config.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/svn/lib/libapr/apr_private.h b/usr.bin/svn/lib/libapr/apr_private.h index fcbbbd30cb2b..492a4f1df0cc 100644 --- a/usr.bin/svn/lib/libapr/apr_private.h +++ b/usr.bin/svn/lib/libapr/apr_private.h @@ -97,7 +97,9 @@ #define HAVE_ARPA_INET_H 1 /* Define if compiler provides atomic builtins */ +#if !defined(__mips__) && !defined(__arm__) #define HAVE_ATOMIC_BUILTINS 1 +#endif /* Define if BONE_VERSION is defined in sys/socket.h */ /* #undef HAVE_BONE_VERSION */ diff --git a/usr.bin/svn/svn_private_config.h b/usr.bin/svn/svn_private_config.h index 00eb0fc5d5e7..061109534b70 100644 --- a/usr.bin/svn/svn_private_config.h +++ b/usr.bin/svn/svn_private_config.h @@ -153,7 +153,7 @@ #define SVN_FS_WANT_DB_PATCH 14 /* Define if compiler provides atomic builtins */ -#define SVN_HAS_ATOMIC_BUILTINS 1 +#define SVN_HAS_ATOMIC_BUILTINS 0 /* Is GNOME Keyring support enabled? */ /* #undef SVN_HAVE_GNOME_KEYRING */ |
