Add the necessary frameworks to make this build with -no-undefined.
authorRichard Hult <richard@imendio.com>
Mon, 15 May 2006 17:55:30 +0000 (17:55 +0000)
committerRichard Hult <rhult@src.gnome.org>
Mon, 15 May 2006 17:55:30 +0000 (17:55 +0000)
2006-05-15  Richard Hult  <richard@imendio.com>

        * pango/Makefile.am (libpangocairo_1_0_la_LDFLAGS): Add the necessary
        frameworks to make this build with -no-undefined.

ChangeLog
pango/Makefile.am

index ad73082..8e96cfc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-05-15  Richard Hult  <richard@imendio.com>
+
+       * pango/Makefile.am (libpangocairo_1_0_la_LDFLAGS): Add the necessary
+       frameworks to make this build with -no-undefined.
+
 2006-05-13  Behdad Esfahbod  <behdad@gnome.org>
 
        * pango/pango-item.c (pango_item_split): Don't copy item before
index 7c205ec..75b8b3c 100644 (file)
@@ -297,6 +297,7 @@ libpangocairo_1_0_la_SOURCES += \
        pangocairo-atsuifontmap.c
 
 libpangocairo_1_0_la_CFLAGS = -xobjective-c
+libpangocairo_1_0_la_LDFLAGS += -framework CoreFoundation -framework Carbon -framework Cocoa
 endif
 
 # ------------------- libpangowin32 -------------------