]> git.proxmox.com Git - mirror_smartmontools-debian.git/blob - debian/patches/01_add-kfreebsd-support.dpatch
New upstream CVS release candidate
[mirror_smartmontools-debian.git] / debian / patches / 01_add-kfreebsd-support.dpatch
1 #! /bin/sh /usr/share/dpatch/dpatch-run
2 ## 01_add-kfreebsd-support.dpatch by Guido Guenther <agx@sigxcpu.org>
3 ##
4 ## All lines beginning with `## DP:' are a description of the patch.
5 ## DP: add kfreebsd support to configure.in
6
7 @DPATCH@
8
9 diff -u -Naur smartmontools-5.33+5.34cvs20050802.orig/configure.in smartmontools-5.33+5.34cvs20050802/configure.in
10 --- smartmontools-5.33+5.34cvs20050802.orig/configure.in 2005-04-20 09:38:44.000000000 +0200
11 +++ smartmontools-5.33+5.34cvs20050802/configure.in 2006-02-28 17:38:26.000000000 +0100
12 @@ -129,7 +129,7 @@
13 *-*-linux*)
14 AC_SUBST([os_deps], ['os_linux.o'])
15 AC_SUBST([os_libs], ['']) ;;
16 - *-*-freebsd*)
17 + *-*-freebsd* | *-*-kfreebsd*-gnu)
18 AC_SUBST([os_deps], ['os_freebsd.o'])
19 AC_SUBST([os_libs], ['-lcam']);;
20 sparc-*-solaris*)