Date: Fri, 30 Mar 2012 16:32:59 -0700 From: Cy Schubert <Cy.Schubert@komquats.com> To: roman@FreeBSD.org, mono@FreeBSD.org, portmgr@FreeBSD.org Subject: audio/muine Message-ID: <201203302332.q2UNWxva015531@slippy.cwsent.com>
next in thread | raw e-mail | index | archive | help
Hi,
Do you mind if I resurrect audio/muine? I have a fix for the compile time
errors.
I can take on maintainership too if nobody minds.
--- libmuine/db.c.orig 2009-09-13 07:53:58.000000000 -0700
+++ libmuine/db.c 2012-03-30 16:28:25.989121919 -0700
@@ -58,7 +58,7 @@
}
if (db == NULL) {
- *error_message_return = gdbm_strerror (gdbm_errno);
+ *error_message_return = (char *)gdbm_strerror (gdbm_errno);
} else {
*error_message_return = NULL;
}
--
Cheers,
Cy Schubert <Cy.Schubert@komquats.com>
FreeBSD UNIX: <cy@FreeBSD.org> Web: http://www.FreeBSD.org
The need of the many outweighs the greed of the few.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203302332.q2UNWxva015531>
