forked from Lainports/freebsd-ports
- Add fix to build fine with CLANG - Remove USE_LDCONFIG because xbmc uses hardcoded paths PR: ports/163796 Submitted by: Mickael Maillot <mickael.maillot@gmail.com> (maintainer)
11 lines
382 B
C++
11 lines
382 B
C++
--- ./lib/libsidplay2/libsidplay/src/event.cpp.orig 2012-01-02 11:40:56.000000000 +0100
|
|
+++ ./lib/libsidplay2/libsidplay/src/event.cpp 2012-01-02 11:40:57.000000000 +0100
|
|
@@ -50,7 +50,7 @@
|
|
***************************************************************************/
|
|
|
|
#include <string.h>
|
|
-#include "event.h"
|
|
+#include "sidplay/event.h"
|
|
|
|
#define EVENT_TIMEWARP_COUNT 0x0FFFFF
|
|
|