summaryrefslogtreecommitdiff
path: root/export/OpenColorIO
diff options
context:
space:
mode:
authorDimitri John Ledkov <dimitri.ledkov@canonical.com>2013-12-28 13:20:30 +0000
committerDimitri John Ledkov <dimitri.ledkov@canonical.com>2013-12-28 13:20:30 +0000
commit1c6e275a6e7422ffd38b6a8905607874dccceb79 (patch)
tree0738a85333363833b197406cf811e094ed5ef96c /export/OpenColorIO
parent1c16fab7e3fffc0bb5ce3ec7b8c7ac3c4da9dbb1 (diff)
Apply patch from Petr Salinger to fix FTBFS on kFreeBSD (Closes: #719173)
Diffstat (limited to 'export/OpenColorIO')
-rw-r--r--export/OpenColorIO/OpenColorABI.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/export/OpenColorIO/OpenColorABI.h.in b/export/OpenColorIO/OpenColorABI.h.in
index d39d586..4e64cb2 100644
--- a/export/OpenColorIO/OpenColorABI.h.in
+++ b/export/OpenColorIO/OpenColorABI.h.in
@@ -65,7 +65,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
// If supported, define OCIOEXPORT, OCIOHIDDEN
// (used to choose which symbols to export from OpenColorIO)
-#if defined __linux__ || __APPLE__
+#if defined __linux__ || __APPLE__ || __GLIBC__
#if __GNUC__ >= 4
#define OCIOEXPORT __attribute__ ((visibility("default")))
#define OCIOHIDDEN __attribute__ ((visibility("hidden")))