mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
firefox: fix patch whitespace
This commit is contained in:
parent
c98fa4bab9
commit
737ed5951f
1 changed files with 7 additions and 7 deletions
|
@ -1,11 +1,11 @@
|
||||||
--- a/mozglue/misc/StackWalk.cpp 2017-04-11 04:13:21.000000000 +0200
|
--- a/mozglue/misc/StackWalk.cpp 2021-11-05 15:55:03.614609706 +0000
|
||||||
+++ b/mozglue/misc/StackWalk.cpp 2017-11-29 15:23:07.218649970 +0100
|
+++ b/mozglue/misc/StackWalk.cpp 2021-10-28 19:03:47.000000000 +0100
|
||||||
@@ -41,7 +41,7 @@
|
@@ -45,7 +45,7 @@
|
||||||
#define MOZ_STACKWALK_SUPPORTS_MACOSX 0
|
# define MOZ_STACKWALK_SUPPORTS_MACOSX 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
-#if (defined(linux) && \
|
-#if (defined(linux) && \
|
||||||
+#if defined(__GLIBC__) && (defined(linux) && \
|
+#if defined(__GLIBC__) && (defined(linux) && \
|
||||||
((defined(__GNUC__) && (defined(__i386) || defined(PPC))) || \
|
((defined(__GNUC__) && (defined(__i386) || defined(PPC))) || \
|
||||||
defined(HAVE__UNWIND_BACKTRACE)))
|
defined(HAVE__UNWIND_BACKTRACE)))
|
||||||
#define MOZ_STACKWALK_SUPPORTS_LINUX 1
|
# define MOZ_STACKWALK_SUPPORTS_LINUX 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue