summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hult <richard@imendio.com>2006-05-15 17:55:30 +0000
committerRichard Hult <rhult@src.gnome.org>2006-05-15 17:55:30 +0000
commit167377fce2611ac514527572ae621aecc9769bbe (patch)
treee3b4332a16da4a3516509e115cb849fde1fd8a68
parent2305ff869ebf629dc1f5913d3c0b46cb6d9efb08 (diff)
downloadpango-167377fce2611ac514527572ae621aecc9769bbe.tar.gz
Add the necessary frameworks to make this build with -no-undefined.
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.
-rw-r--r--ChangeLog5
-rw-r--r--pango/Makefile.am1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ad730821..8e96cfc5 100644
--- 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
diff --git a/pango/Makefile.am b/pango/Makefile.am
index 7c205ec3..75b8b3c6 100644
--- a/pango/Makefile.am
+++ b/pango/Makefile.am
@@ -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 -------------------