diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-10 01:16:09 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-10 01:16:09 -0600 |
commit | 4c08c66641779bd7d14fc68dde22af8f08603712 (patch) | |
tree | 70deeb1684b9480604632a001653ac9181286cc2 /mcop | |
parent | 7d1ddd67f4d66d34a6615d4020fc079ffed09cde (diff) | |
download | arts-4c08c66641779bd7d14fc68dde22af8f08603712.tar.gz arts-4c08c66641779bd7d14fc68dde22af8f08603712.zip |
Add gcc visibility option to arts
Diffstat (limited to 'mcop')
-rw-r--r-- | mcop/arts_export.h.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mcop/arts_export.h.in b/mcop/arts_export.h.in index 075285c..cf10547 100644 --- a/mcop/arts_export.h.in +++ b/mcop/arts_export.h.in @@ -20,7 +20,8 @@ #ifndef ARTS_EXPORT_H #define ARTS_EXPORT_H -#undef __KDE_HAVE_GCC_VISIBILITY +/* Defined if you have fvisibility and fvisibility-inlines-hidden support. */ +#cmakedefine __KDE_HAVE_GCC_VISIBILITY 1 /** * The ARTS_NO_EXPORT macro marks the symbol of the given variable |