about summary refs log tree commit diff
path: root/pkgs/tools/system/smartmontools/smartmontools.patch
blob: 144b2be2d33489b1b47e5768aac5ee73a77124be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
diff --git a/../smartmontools-6.5/configure b/./configure
index acb028a..5e2c7a1 100755
--- a/../smartmontools-6.5/configure
+++ b/./configure
@@ -6703,7 +6703,7 @@ fi
     ;;
   *-*-darwin*)
     os_deps='os_darwin.o'
-    os_libs='-framework CoreFoundation -framework IOKit'
+    os_libs='-framework ApplicationServices -framework IOKit'
     os_darwin=yes
     os_man_filter=Darwin
     ;;
diff --git a/../smartmontools-6.5/configure.ac b/./configure.ac
index 6bd61d7..32ff50c 100644
--- a/../smartmontools-6.5/configure.ac
+++ b/./configure.ac
@@ -508,7 +508,7 @@ case "${host}" in
     ;;
   *-*-darwin*)
     os_deps='os_darwin.o'
-    os_libs='-framework CoreFoundation -framework IOKit'
+    os_libs='-framework ApplicationServices -framework IOKit'
     os_darwin=yes
     os_man_filter=Darwin
     ;;