From: ellson Date: Fri, 20 Mar 2009 16:51:58 +0000 (+0000) Subject: Add -framework CoreFoundation to common LDFLAGS since gettext and pango need it X-Git-Tag: LAST_LIBGRAPH~32^2~2251 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bbc00f3139403cddb3471ed168bb85365215e79a;p=graphviz Add -framework CoreFoundation to common LDFLAGS since gettext and pango need it --- diff --git a/macosx/prebuild/Makefile.leopard b/macosx/prebuild/Makefile.leopard index 05660b7e7..62024d10c 100644 --- a/macosx/prebuild/Makefile.leopard +++ b/macosx/prebuild/Makefile.leopard @@ -125,7 +125,7 @@ $(PANGO_DIR)/Makefile: $(PREFIX)/lib/$(CAIRO) $(PREFIX)/lib/$(GLIB) $(PREFIX)/li @echo @echo CONFIGURING PANGO... @echo - cd $(PANGO_DIR) && ./configure $(BASE_CONFIG) $(FLAG_CONFIG) --with-included-modules=yes LIBS="-framework CoreFoundation -framework CoreServices" + cd $(PANGO_DIR) && ./configure $(BASE_CONFIG) $(FLAG_CONFIG) --with-included-modules=yes LDFLAGS="$(ARCHS) -L$(PREFIX)/lib -framework CoreFoundation -framework CoreServices" $(PANGO_DIR)/configure: | $(PANGO_DIR).tar.gz @echo