mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 07:30:32 -04:00
CXXFLAGS used in the PR are not supported. [1] - Fix runtime issue receiving UDP multicast streams. [2] - Bump PORTREVISION. PR: ports/171341 [1] Submitted by: arrowdodger <6yearold@gmail.com> [1] Reported by: Sulev-Madis Silber <madis555@hot.ee> (via private email) [2]
11 lines
248 B
C
11 lines
248 B
C
--- 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
|