mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-20 23:32:40 +01:00
15 lines
395 B
Diff
15 lines
395 B
Diff
Prefix' Darwin systems are single arch, hijack Darwin7 case which assumes this setup
|
|
Check for bluetooth/mgmt.h before use
|
|
|
|
|
|
--- a/configure.in
|
|
+++ b/configure.in
|
|
@@ -1117,7 +1117,7 @@
|
|
if test "$enable_universal" != "no"; then
|
|
case "$host_os" in
|
|
|
|
- darwin[0-7].*)
|
|
+ darwin**)
|
|
#
|
|
# Pre-Tiger. Build only for 32-bit PowerPC; no
|
|
# need for any special compiler or linker flags.
|