summaryrefslogtreecommitdiff
path: root/audio/osd-lyrics/files/patch-lib__chardetect__src__prmem.h
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2013-12-24 16:03:44 +0000
committerPawel Pekala <pawel@FreeBSD.org>2013-12-24 16:03:44 +0000
commit127fd6735853b728dace72f2db6182d963e8e910 (patch)
tree906ae3ac4531cf4c6828b088e707ba276e926e84 /audio/osd-lyrics/files/patch-lib__chardetect__src__prmem.h
parentFix install with DOCS option disabled (diff)
- Fix build on -current
- Rescpect CXXFLAGS - Use desktop-file-utils/pathfix - Support staging PR: ports/184909 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes: svn path=/head/; revision=337367
Diffstat (limited to '')
-rw-r--r--audio/osd-lyrics/files/patch-lib__chardetect__src__prmem.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/osd-lyrics/files/patch-lib__chardetect__src__prmem.h b/audio/osd-lyrics/files/patch-lib__chardetect__src__prmem.h
new file mode 100644
index 000000000000..17e0610138ad
--- /dev/null
+++ b/audio/osd-lyrics/files/patch-lib__chardetect__src__prmem.h
@@ -0,0 +1,12 @@
+--- lib/chardetect/src/prmem.h.orig
++++ lib/chardetect/src/prmem.h
+@@ -37,7 +37,9 @@
+ #ifndef nsDummyPrmem_h__
+ #define nsDummyPrmem_h__
+
++#pragma GCC visibility push(default)
+ #include <stdlib.h>
++#pragma GCC visibility pop
+
+ inline void* PR_Malloc(size_t len)
+ {