Package: mousetrap
Version: 0.9-2
Severity: normal

Hi,

mousetrap currently fails to build on Debian GNU/Hurd and probably GNU/kFreeBSD. The attached patch fixes the issue though may or may not be the perfect solution.

Thank you,

Barry deFreese


--- mousetrap-0.9.orig/src/highscore.cpp
+++ mousetrap-0.9/src/highscore.cpp
@@ -50,7 +50,8 @@
 /*
  * Probably needs to be relaxed for *BSD.
  */
-#ifndef linux
+/* #ifndef linux */
+#if !defined(__GLIBC__)
 # error "You'll need to do something with the highscore functionality"
 #endif
 

Reply via email to