freebsd-ports/games/xblackjack/files/patch-Draw.c
Eric Anholt 54587965be Unbreak, including switching the Motif dependency to lesstif.
PR:		ports/44768
Submitted by:	Paul Everlund <tdv94ped@cs.umu.se>,
		Mark Linimon <linimon@lonesome.com>
2003-05-13 18:57:24 +00:00

11 lines
248 B
C

--- Draw.c.orig Wed Oct 30 22:16:05 2002
+++ Draw.c Wed Oct 30 22:34:05 2002
@@ -84,7 +84,7 @@
#include <Xol/OpenLook.h>
#else
#include <X11/Xutil.h>
-#include <X11/Xm/Xm.h>
+#include <Xm/Xm.h>
#endif
#include "Assert.h"
#include "Bitmaps.h"