freebsd-ports/audio/osd-lyrics/files/patch-lib__chardetect__src__entry__impl.cpp
Pawel Pekala 127fd67358 - Fix build on -current
- Rescpect CXXFLAGS
- Use desktop-file-utils/pathfix
- Support staging

PR:		ports/184909
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-24 16:03:44 +00:00

13 lines
330 B
C++

--- lib/chardetect/src/entry/impl.cpp.orig
+++ lib/chardetect/src/entry/impl.cpp
@@ -41,8 +41,10 @@
#include "chardetect.h"
#include "nscore.h"
#include "nsUniversalDetector.h"
+#pragma GCC visibility push(default)
#include <string.h>
#include <stdlib.h>
+#pragma GCC visibility pop
#ifdef _WIN32
# include <windows.h>