summaryrefslogtreecommitdiff
path: root/packages/net-p2p/retroshare/files/clang.patch
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-07-11 19:21:19 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-07-11 19:21:19 +0300
commit5e351f4ee85102acc1fca033f6ba86ff7fe3705a (patch)
tree173aea419b3c754421c3ae7c00a3dd3f08bfc3de /packages/net-p2p/retroshare/files/clang.patch
parentbb21f1eb84acdf92d5eb628db9fc80f25e2cc4fe (diff)
moved edited exherbo packages to separate repo "git://sss.chaoslab.ru/exherbo-edits-repo.git"
added latest codelite stable tag release as git-master failing to build
Diffstat (limited to 'packages/net-p2p/retroshare/files/clang.patch')
-rw-r--r--packages/net-p2p/retroshare/files/clang.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/packages/net-p2p/retroshare/files/clang.patch b/packages/net-p2p/retroshare/files/clang.patch
deleted file mode 100644
index 56663c5..0000000
--- a/packages/net-p2p/retroshare/files/clang.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff --git a/libretroshare/src/util/cxx11retrocompat.h b/libretroshare/src/util/cxx11retrocompat.h
-index 587b1374d..2acf87995 100644
---- a/libretroshare/src/util/cxx11retrocompat.h
-+++ b/libretroshare/src/util/cxx11retrocompat.h
-@@ -19,11 +19,13 @@
-
- #ifdef __GNUC__
- # define GCC_VERSION (__GNUC__*10000+__GNUC_MINOR__*100+__GNUC_PATCHLEVEL__)
--# if GCC_VERSION < 40700
--# define override
--# define final
--# endif // GCC version < 40700
--# if GCC_VERSION < 40600
--# define nullptr NULL
--# endif // GCC_VERSION < 40600
-+# ifndef __clang__
-+# if GCC_VERSION < 40700
-+# define override
-+# define final
-+# endif // GCC version < 40700
-+# if GCC_VERSION < 40600
-+# define nullptr NULL
-+# endif // GCC_VERSION < 40600
-+# endif //__clang__
- #endif //defined GNUC