freebsd-ports/multimedia/xbmc/files/patch-xbmc__addons__Addon.cpp
Bernhard Froehlich 65677fa82f XBMC Media Center (formerly named "XBox Media Center")
is a free and open source cross-platform media-player
and entertainment hub.

WWW:	http://xbmc.org/

PR:		ports/153528
Submitted by:	Mickael Maillot <mickael dot maillot at gmail dot com>
Thanks to:	multimedia@, avg
2010-12-29 20:39:31 +00:00

14 lines
402 B
C++

Index: xbmc/addons/Addon.cpp
===================================================================
--- xbmc/addons/Addon.cpp (revision 35575)
+++ xbmc/addons/Addon.cpp (working copy)
@@ -29,6 +29,9 @@
#ifdef __APPLE__
#include "../osx/OSXGNUReplacements.h"
#endif
+#ifdef __FreeBSD__
+#include "FreeBSDGNUReplacements.h" // strverscmp
+#endif
#include "log.h"
#include <vector>
#include <string.h>