From 5d3ac4ae120f3704f04aeddb08f5d2f76fafd5ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Suzuki=2C=20Toshiya=20=28=E9=88=B4=E6=9C=A8=E4=BF=8A?= =?UTF-8?q?=E5=93=89=29?= Date: Thu, 21 Feb 2008 10:15:41 +0000 Subject: [PATCH] * builds/unix/confiure.raw: Split the compiler option to link Carbon frameworks for each framework --- ChangeLog | 9 +++++++++ builds/unix/configure.raw | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 669feb91c..0500164c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-02-21 suzuki toshiya + + * builds/unix/configure.raw: Split compiler option to link + Carbon frameworks to one option for CoreServices framework + and another option for ApplicationServices framework. + The splitted options can be managed by GNU libtool to avoid + unrequired duplication when freetype is linked with other + applications. Suggested by Daniel Macks, Savannah bug #22366. + 2008-02-18 Victor Stinner * src/truetype/ttinterp.c (Ins_IUP): Check number of points. Fix diff --git a/builds/unix/configure.raw b/builds/unix/configure.raw index 06be49a0d..8aba5f4a6 100644 --- a/builds/unix/configure.raw +++ b/builds/unix/configure.raw @@ -180,7 +180,7 @@ AC_ARG_WITH([old-mac-fonts], if test x$with_old_mac_fonts = xyes; then orig_LDFLAGS="${LDFLAGS}" AC_MSG_CHECKING([CoreServices & ApplicationServices of Mac OS X]) - FT2_EXTRA_LIBS="-Wl,-framework,CoreServices,-framework,ApplicationServices" + FT2_EXTRA_LIBS="-Wl,-framework,CoreServices -Wl,-framework,ApplicationServices" LDFLAGS="$LDFLAGS $FT2_EXTRA_LIBS" AC_TRY_LINK([