Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 830930
Collapse All | Expand All

(-)dosbox-staging-0.78.1.orig/src/libs/loguru/loguru.cpp (-1 / +1 lines)
Lines 83-89 Link Here
83
	#ifndef LOGURU_STACKTRACES
83
	#ifndef LOGURU_STACKTRACES
84
		#define LOGURU_STACKTRACES 0
84
		#define LOGURU_STACKTRACES 0
85
	#endif
85
	#endif
86
#elif defined(__rtems__) || defined(__ANDROID__) || defined(__FreeBSD__)
86
#elif defined(__rtems__) || defined(__ANDROID__) || defined(__FreeBSD__) || !defined(__GLIBC__)
87
	#define LOGURU_PTHREADS    1
87
	#define LOGURU_PTHREADS    1
88
	#define LOGURU_WINTHREADS  0
88
	#define LOGURU_WINTHREADS  0
89
	#ifndef LOGURU_STACKTRACES
89
	#ifndef LOGURU_STACKTRACES

Return to bug 830930