$OpenBSD: patch-src_xine-utils_mangle_h,v 1.1 2008/09/25 20:43:09 brad Exp $
--- src/xine-utils/mangle.h.orig	Tue Sep 23 19:07:38 2008
+++ src/xine-utils/mangle.h	Tue Sep 23 19:12:32 2008
@@ -29,6 +29,10 @@
 #ifndef _XINE_MANGLE_H
 #define _XINE_MANGLE_H
 
+#if defined(PIC) && ! defined(__PIC__)
+#define __PIC__
+#endif
+
 // Use rip-relative addressing if compiling PIC code on x86-64.
 #if defined(__MINGW32__) || defined(__CYGWIN__) || defined(__DJGPP__) || \
     defined(__OS2__) || (defined (__OpenBSD__) && !defined(__ELF__))
