]> granicus.if.org Git - graphviz/commitdiff
Add -framework CoreFoundation to common LDFLAGS since gettext and pango need it
authorellson <devnull@localhost>
Fri, 20 Mar 2009 16:51:58 +0000 (16:51 +0000)
committerellson <devnull@localhost>
Fri, 20 Mar 2009 16:51:58 +0000 (16:51 +0000)
macosx/prebuild/Makefile.leopard

index 05660b7e7a8203a7a839e3101b3fb71762349399..62024d10c1d5bcc32979561801299c425d23be5e 100644 (file)
@@ -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