summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2007-09-01 09:40:39 +0000
committerChristian Heim <phreak@gentoo.org>2007-09-01 09:40:39 +0000
commit76d6c6f55130edc8d3315d29babc364f88212ce8 (patch)
tree605d5e9f6ca7692a56509e1df3657f83d740950e /dev-libs/redland/files
parentVersion bump. No major groundbreakery. Masked due to dep on (diff)
downloadgentoo-2-76d6c6f55130edc8d3315d29babc364f88212ce8.tar.gz
gentoo-2-76d6c6f55130edc8d3315d29babc364f88212ce8.tar.bz2
gentoo-2-76d6c6f55130edc8d3315d29babc364f88212ce8.zip
Fixing compilation on FreeBSD (thanks to Toffanin [WiredTEK] <equilibrium at gechi.it> in #190682 for the patch).
(Portage version: 2.1.3.7)
Diffstat (limited to 'dev-libs/redland/files')
-rw-r--r--dev-libs/redland/files/redland-1.0.6-fbsd.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-libs/redland/files/redland-1.0.6-fbsd.patch b/dev-libs/redland/files/redland-1.0.6-fbsd.patch
new file mode 100644
index 000000000000..0ea5712f2335
--- /dev/null
+++ b/dev-libs/redland/files/redland-1.0.6-fbsd.patch
@@ -0,0 +1,13 @@
+--- redland-1.0.6/librdf/rdf_init_internal.h 2007-08-29 19:43:08 +0200
++++ redland-1.0.6/librdf/rdf_init_internal.h 2007-08-29 19:43:32 +0200
+@@ -28,6 +28,10 @@
+ #ifndef LIBRDF_INIT_INTERNAL_H
+ #define LIBRDF_INIT_INTERNAL_H
+
++#ifdef WITH_THREADS
++#include <pthread.h>
++#endif
++
+ #ifdef __cplusplus
+ extern "C" {
+ #endif