Fix for OBJCXXFLAGS issue in Bakefile 0.2.3.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53806 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -8041,6 +8041,11 @@ AC_SUBST(HOST_SUFFIX)
|
|||||||
AC_SUBST(CPPUNIT_CFLAGS)
|
AC_SUBST(CPPUNIT_CFLAGS)
|
||||||
AC_SUBST(CPPUNIT_LIBS)
|
AC_SUBST(CPPUNIT_LIBS)
|
||||||
|
|
||||||
|
dnl Cocoa sets this, but no other port does. As a result, we run into problems when compiling
|
||||||
|
dnl webkit.mm, or other Objective-C sources. This line can be removed when we move to Bakefile 0.2.4
|
||||||
|
dnl which adds this call to bakefile.m4.
|
||||||
|
AC_SUBST(OBJCXXFLAGS)
|
||||||
|
|
||||||
case "$TOOLKIT" in
|
case "$TOOLKIT" in
|
||||||
GTK)
|
GTK)
|
||||||
TOOLKIT_DESC="GTK+"
|
TOOLKIT_DESC="GTK+"
|
||||||
|
Reference in New Issue
Block a user