openbsd-ports/audio/rhythmbox/patches/patch-metadata_rb-ext-db-key_h
2011-12-21 15:54:53 +00:00

19 lines
504 B
Plaintext

$OpenBSD: patch-metadata_rb-ext-db-key_h,v 1.1 2011/12/21 15:54:53 ajacoutot Exp $
XXX check after tdb gets an update (>1.2.7) if it is still needed
/usr/local/include/tdb.h:94: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'struct'
--- metadata/rb-ext-db-key.h.orig Wed Dec 21 16:01:41 2011
+++ metadata/rb-ext-db-key.h Wed Dec 21 16:01:52 2011
@@ -30,6 +30,10 @@
#include <glib-object.h>
+#ifndef _PUBLIC_
+#define _PUBLIC_
+#endif
+
#include <sys/types.h>
#include <tdb.h>