ports/net-p2p/retroshare/files/patch-libretroshare_src_util_cxx11retrocompat.h
Yuri Victorovich db570fdb0a net-p2p/retroshare: Update to 0.6.3
Additional port changes:
* Changed to DISTVERSION
* Added LICENSE_FILE
* Updated USE_GNOME, USE_QT5
* Removed INSTALLS_ICONS

PR:		224661
Submitted by:	peter@netkey.at (maintainer)
Approved by:	tcberner (mentor, implicit)
2018-02-22 07:55:38 +00:00

12 lines
410 B
C

--- libretroshare/src/util/cxx11retrocompat.h.orig 2017-07-31 06:26:46 UTC
+++ libretroshare/src/util/cxx11retrocompat.h
@@ -17,7 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifdef __GNUC__
+#if defined __GNUC__ and not defined __clang__
# define GCC_VERSION (__GNUC__*10000+__GNUC_MINOR__*100+__GNUC_PATCHLEVEL__)
# if GCC_VERSION < 40700
# define override