summaryrefslogtreecommitdiffstats
path: root/src/portable_c.c
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2014-08-19 12:52:48 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2014-08-21 12:45:40 (GMT)
commitdf2a9ea9df96f1e3f85c5c35978bc5bbfac6aa1d (patch)
tree9817e13ec631f1d7e1ec3e110a11a431008c8fde /src/portable_c.c
parentebb2fe6d73b4aefc6dadab8eec45adc4ee0c9fd5 (diff)
downloadDoxygen-df2a9ea9df96f1e3f85c5c35978bc5bbfac6aa1d.zip
Doxygen-df2a9ea9df96f1e3f85c5c35978bc5bbfac6aa1d.tar.gz
Doxygen-df2a9ea9df96f1e3f85c5c35978bc5bbfac6aa1d.tar.bz2
Preparations for release 1.8.8
Diffstat (limited to 'src/portable_c.c')
-rw-r--r--src/portable_c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable_c.c b/src/portable_c.c
index fb83b45..944c996 100644
--- a/src/portable_c.c
+++ b/src/portable_c.c
@@ -1,4 +1,4 @@
-#if defined(__APPLE__) || defined(macintosh)
+#if (defined(__APPLE__) || defined(macintosh)) && !defined(DMG_BUILD)
// define this before including iconv.h to avoid a mapping of
// iconv_open and friends to libicon_open (done by mac ports),
// while the symbols without 'lib' are linked from /usr/lib/libiconv