Files
sablink-distro/app-office/openoffice/files/libX11-fix.diff
T
Mitch Harder 2c3b6a2870 [app-office/openoffice] Added patch for libX11-1.4.0
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
2011-01-04 15:08:28 -06:00

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;