[MacPorts] #46768: FileZilla @3.8.1_1: update to 3.10.1.1
MacPorts
noreply at macports.org
Fri Feb 13 12:24:51 PST 2015
#46768: FileZilla @3.8.1_1: update to 3.10.1.1
------------------------+---------------------
Reporter: asedeno@… | Owner: mojca@…
Type: update | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: FileZilla |
------------------------+---------------------
Comment (by mojca@…):
I found the problem, but I'm not sure about the proper solution yet. The
following chunk ignores `CXXFLAGS` and fails because of missing `-stdlib`
settings:
{{{
AC_LANG_PUSH(C++)
CPPFLAGS_OLD="$CPPFLAGS"
CPPFLAGS="$CPPFLAGS $WX_CPPFLAGS"
AC_MSG_CHECKING([positional printf argument support in wxWidgets])
AC_PREPROC_IFELSE(
[AC_LANG_PROGRAM([[
#include <wx/wx.h>
#if !wxUSE_PRINTF_POS_PARAMS
#error wx compiled without wxUSE_PRINTF_POS_PARAMS
#endif
]])],
AC_MSG_RESULT([yes]),
[
AC_MSG_RESULT([no])
AC_MSG_FAILURE([Positional printf argument support in wxWidgets is
required by FileZilla. Please rebuild wxWidgets and pass --enable-
printfposparam to its configure script.])
]
)
CPPFLAGS="$CPPFLAGS_OLD"
AC_LANG_POP
}}}
--
Ticket URL: <https://trac.macports.org/ticket/46768#comment:7>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list