ports/171341: multimedia/vlc: Doesn't build with clang

arrowdodger 6yearold at gmail.com
Wed Sep 5 18:09:54 UTC 2012


Now it goes farther, but dies with:

  CXX    dialogs/libqt4_plugin_la-help.lo
dialogs/help.cpp:115:27: error: differing user-defined suffixes ('__DATE__'
and '__TIME__') in string literal concatenation
            + " ("__DATE__" "__TIME__").\n"
              ~~~~~~~~~~~~^~~~~~~~~~~
1 error generated.
gmake[6]: *** [dialogs/libqt4_plugin_la-help.lo] Error 1
gmake[6]: Leaving directory
`/usr/ports/multimedia/vlc/work/vlc-2.0.3/modules/gui/qt4'

On Wed, Sep 5, 2012 at 9:36 PM, Juergen Lock <nox at jelal.kn-bremen.de> wrote:

> [Now with the right PR, sorry]
>
> Hm query-pr.cgi doesn't pick up the patch properly, here is it again,
> this time against the port dir:
>
> Index: files/patch-include-vlc_common.h
> ===================================================================
> --- files/patch-include-vlc_common.h.orig
> +++ files/patch-include-vlc_common.h
> @@ -0,0 +1,11 @@
> +--- include/vlc_common.h.orig
> ++++ include/vlc_common.h
> +@@ -642,7 +642,7 @@ static inline unsigned popcount (unsigne
> + #endif
> + }
> +
> +-#ifdef __OS2__
> ++#if defined(__OS2__) || defined(__FreeBSD__)
> + #   undef bswap16
> + #   undef bswap32
> + #   undef bswap64
>
>


More information about the freebsd-multimedia mailing list