Adaptions for Debian kfreebsd requested by Petr Salinger
This commit is contained in:
parent
824c054bbc
commit
2cd305b65e
@ -6,12 +6,12 @@ AC_DEFUN([TARGET_SHIZZLE],
|
||||
AC_MSG_CHECKING([target operating system])
|
||||
|
||||
|
||||
case $target in
|
||||
*-*-linux*)
|
||||
case $target_os in
|
||||
linux*)
|
||||
ARCH=linux
|
||||
LIBBURN_ARCH_LIBS=
|
||||
;;
|
||||
*-*-freebsd*)
|
||||
freebsd*)
|
||||
ARCH=freebsd
|
||||
LIBBURN_ARCH_LIBS=-lcam
|
||||
LIBBURNIA_PKGCONFDIR=$(echo "$libdir" | sed 's/\/lib$/\/libdata/')/pkgconfig
|
||||
|
@ -1 +1 @@
|
||||
#define Cdrskin_timestamP "2009.12.29.132537"
|
||||
#define Cdrskin_timestamP "2009.12.29.224506"
|
||||
|
Loading…
Reference in New Issue
Block a user