diff --git a/ChangeLog b/ChangeLog index 6b3054e45..14d3ef916 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-09-05 suzuki toshiya + + * builds/unix/configure.raw: Clear FT2_EXTRA_LIBS when Carbon + or ApplicationService framework is missing. Although this + value is not used in building of FreeType2, it is written in + freetype2.pc and freetype-config. + 2008-09-01 david turner * include/freetype/ftcache.h, src/cache/ftccmap.c: diff --git a/builds/unix/configure.raw b/builds/unix/configure.raw index 1ac3cced3..477185be4 100644 --- a/builds/unix/configure.raw +++ b/builds/unix/configure.raw @@ -292,6 +292,7 @@ if test x$with_old_mac_fonts = xyes; then CFLAGS="$CFLAGS -DHAVE_TYPE_RESOURCE_INDEX=0" ])], [AC_MSG_RESULT([not found]) + FT2_EXTRA_LIBS="" LDFLAGS="${orig_LDFLAGS}" CFLAGS="$CFLAGS -DDARWIN_NO_CARBON"]) else