freebsd-ports/editors/xvile/files/patch-x11vile.h
John Marino c22fff5c69 editors/(x)vile: Upgrade version 9.8o => 9.8q
PR:		203244
Submitted by:	ports fury
2015-10-09 22:07:50 +00:00

22 lines
474 B
C

--- x11vile.h.orig 2013-04-14 19:09:08 UTC
+++ x11vile.h
@@ -282,11 +282,19 @@
#if OPT_MENUS
#if ATHENA_WIDGETS
+#ifdef HAVE_LIB_XAW3D
+#include <X11/Xaw3d/SimpleMenu.h>
+#include <X11/Xaw3d/Box.h>
+#include <X11/Xaw3d/Form.h>
+#include <X11/Xaw3d/Paned.h>
+#endif
+#ifdef HAVE_LIB_XAW
#include <X11/Xaw/SimpleMenu.h>
#include <X11/Xaw/Box.h>
#include <X11/Xaw/Form.h>
#include <X11/Xaw/Paned.h>
#endif
+#endif
#if MOTIF_WIDGETS
#include <Xm/RowColumn.h>
#endif