Package: sidplay-libs
Severity: important
Version: 2.1.1-5
Tags: patch
Hi,
the current version fails to build on GNU/kFreeBSD.
It needs small tweak to configure.ac/configure.
Please apply the patch for configure.ac and regenerate configure.
It would also be nice if you can ask upstream
to include this changes.
Thanks in advance
Petr
--- sidplay-libs-2.1.1/configure.ac
+++ sidplay-libs-2.1.1/configure.ac
@@ -11,7 +11,7 @@
hardsid=false
case "$host" in
- *linux*) hardsid=true
+ *linux*|*-k*bsd*-gnu) hardsid=true
;;
esac
AM_CONDITIONAL(HARDSID, test x$hardsid = xtrue)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]