From: Christophe Mutricy Date: Mon, 4 Feb 2008 22:06:36 +0000 (+0000) Subject: Tell fribidi we are not compiling a dll X-Git-Tag: 0.9.0-test0~2912 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=d1b70e968d7b1a4bf517794798af6fac12480918;p=vlc Tell fribidi we are not compiling a dll --- diff --git a/extras/contrib/src/Patches/fribidi.patch b/extras/contrib/src/Patches/fribidi.patch index 9ccc94b399..1300259d14 100644 --- a/extras/contrib/src/Patches/fribidi.patch +++ b/extras/contrib/src/Patches/fribidi.patch @@ -86,3 +86,17 @@ diff -u fribidi.orig/configure.ac fribidi/configure.ac Version: @VERSION@ Libs: -L${libdir} -lfribidi Cflags: -I${includedir}/@PACKAGE@ +--- fribidi.orig/lib/fribidi-common.h 2008-02-04 21:30:46.000000000 +0000 ++++ fribidi/lib/fribidi-common.h 2008-02-04 21:32:25.000000000 +0000 +@@ -53,11 +53,7 @@ + + /* FRIBIDI_ENTRY is a macro used to declare library entry points. */ + #ifndef FRIBIDI_ENTRY +-# if (defined(WIN32)) || (defined(_WIN32_WCE)) +-# define FRIBIDI_ENTRY __declspec(dllimport) +-# else /* !WIN32 */ + # define FRIBIDI_ENTRY /* empty */ +-# endif /* !WIN32 */ + #endif /* !FRIBIDI_ENTRY */ + + #if FRIBIDI_USE_GLIB+0