2c3b6a2870
Added a patch to the ooo 3.2.1 ebuild to support x11-libs/libX11-1.4.0 See Gentoo bug: http://bugs.gentoo.org/344993
12 lines
304 B
Diff
12 lines
304 B
Diff
--- vcl/unx/inc/dtint.hxx 2010-11-12 10:55:51.076691980 +0000
|
|
+++ vcl/unx/inc/dtint.hxx 2010-11-12 10:56:09.867692000 +0000
|
|
@@ -36,7 +36,7 @@
|
|
class SalDisplay;
|
|
class AllSettings;
|
|
|
|
-#ifndef _XLIB_H_
|
|
+#if !defined(_XLIB_H_) && !defined(_X11_XLIB_H_)
|
|
// forwards from X
|
|
struct Display;
|
|
struct XEvent;
|