audio/muine

Cy Schubert Cy.Schubert at komquats.com
Fri Mar 30 23:33:05 UTC 2012


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 at komquats.com>
FreeBSD UNIX:  <cy at FreeBSD.org>   Web:  http://www.FreeBSD.org

	The need of the many outweighs the greed of the few.




More information about the freebsd-mono mailing list