diff options
author | Henrik Brautaset Aronsen <subsurface@henrik.synth.no> | 2012-10-07 16:39:17 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2012-10-11 21:37:54 +0900 |
commit | 21dec2a13433f7b9518aec0059caae2780be0dde (patch) | |
tree | 7f828ac560af7c30bce21390864b54fa17235737 /Makefile | |
parent | 94c98865a7a9de833e8ebb593d3db1058246e410 (diff) | |
download | subsurface-21dec2a13433f7b9518aec0059caae2780be0dde.tar.gz |
More gtk-mac-bundler improvements
Without "-headerpad_max_install_names", gtk-mac-bundler would complain
with "changing install names or rpaths can't be redone for:
/Applications/.subsurface.app/Contents/MacOS/subsurface-bin (for
architecture x86_64) because larger updated load commands do not fit"
Also, libdivecomputer needs to be configured with --with-prefix=/opt/local
Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -104,6 +104,7 @@ else ifeq ($(UNAME), darwin) MACOSXFILES = packaging/macosx EXTRALIBS = $(shell $(PKGCONFIG) --libs gtk-mac-integration) -framework CoreFoundation CFLAGS += $(shell $(PKGCONFIG) --cflags gtk-mac-integration) + LDFLAGS += -headerpad_max_install_names else OSSUPPORT = windows OSSUPPORT_CFLAGS = $(GTK2CFLAGS) |