File: kfreebsd.patch

package info (click to toggle)
lierolibre 0.5-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 5,776 kB
  • sloc: cpp: 36,411; sh: 11,663; makefile: 809; ansic: 268
file content (13 lines) | stat: -rw-r--r-- 380 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/gvl/support/platform.h b/src/gvl/support/platform.h
index fe2b14d..86dcaa6 100644
--- a/src/gvl/support/platform.h
+++ b/src/gvl/support/platform.h
@@ -75,7 +75,7 @@
 #endif
 
 #if !defined(GVL_LINUX)
-# if defined(__linux__) || defined(linux)
+# if defined(__linux__) || defined(linux) || defined(__GLIBC__)
 #  define GVL_LINUX 1
 # else
 #  define GVL_LINUX 0