freebsd-ports/games/xblackjack/files/patch-Strategy.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

13 lines
309 B
C

--- Strategy.c.orig Wed Oct 30 22:23:48 2002
+++ Strategy.c Wed Oct 30 22:24:07 2002
@@ -95,8 +95,8 @@
#include <Xol/OpenLook.h>
#include <Xol/StaticText.h>
#else
-#include <X11/Xm/Xm.h>
-#include <X11/Xm/Label.h>
+#include <Xm/Xm.h>
+#include <Xm/Label.h>
#include "Table.h"
#endif
#include "Assert.h"