diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2011-03-04 08:42:12 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2011-03-04 08:42:12 +0000 |
| commit | 36ed5e78e9650b30663166ae79f660ce14372662 (patch) | |
| tree | 9a405cf8b7746170921468bb077bfaabe72b34eb /src | |
| parent | About. Fix for Bug #216386 (Help-window build-date text is clipped). (diff) | |
| download | inkscape-36ed5e78e9650b30663166ae79f660ce14372662.tar.gz inkscape-36ed5e78e9650b30663166ae79f660ce14372662.zip | |
Fix for build on OS X. Fixes bug 707205.
Fixed bugs:
- https://launchpad.net/bugs/707205
(bzr r10078)
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 993fd01ac..731e9bfd6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -212,7 +212,11 @@ libinkscape_a_SOURCES = $(ink_common_sources) inkscape_SOURCES += main.cpp $(win32_sources) inkscape_LDADD = $(all_libs) +if EXPORT_DYNAMIC_DIRECT +inkscape_LDFLAGS = --export-dynamic $(kdeldflags) $(mwindows) +else inkscape_LDFLAGS = -Wl,--export-dynamic $(kdeldflags) $(mwindows) +endif inkview_SOURCES += inkview.cpp $(win32_sources) inkview_LDADD = $(all_libs) |
