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

Juergen Lock nox at jelal.kn-bremen.de
Wed Sep 5 17:50:11 UTC 2012


The following reply was made to PR ports/171341; it has been noted by GNATS.

From: Juergen Lock <nox at jelal.kn-bremen.de>
To: bug-followup at freebsd.org
Cc: arrowdodger <6yearold at gmail.com>, multimedia at freebsd.org
Subject: Re: ports/171341: multimedia/vlc: Doesn't build with clang
Date: Wed, 5 Sep 2012 19:36:50 +0200

 [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