From a40390c34b2c9eb2edda2516689d62eb10bcdbab Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Mon, 19 Aug 1996 10:56:49 +0000 Subject: [PATCH] Change -lXm to ${MOTIFLIB}. Use #include instead of (this port had both ;)! --- games/xblackjack/files/patch-aa | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/games/xblackjack/files/patch-aa b/games/xblackjack/files/patch-aa index f0bf6a4edf4a..66d3d24179a5 100644 --- a/games/xblackjack/files/patch-aa +++ b/games/xblackjack/files/patch-aa @@ -5,7 +5,7 @@ * You may need to remove -lbsd. */ - EXTRA_LIBRARIES = -lXm $(DEPLIBS) -lbsd -+ EXTRA_LIBRARIES = -lXm -lXt -lXmu -lXext -lX11 ++ EXTRA_LIBRARIES = ${MOTIFLIB} -lXt -lXmu -lXext -lX11 #endif /* @@ -33,3 +33,27 @@ #include /* +--- ./Draw.c.org Fri Jun 18 10:17:44 1993 ++++ ./Draw.c Mon Aug 19 03:45:59 1996 +@@ -84,7 +84,7 @@ + #include + #else + #include +-#include ++#include + #endif + #include "Assert.h" + #include "Bitmaps.h" +--- ./Strategy.c.org Fri Jun 18 10:17:44 1993 ++++ ./Strategy.c Mon Aug 19 03:48:21 1996 +@@ -95,8 +95,8 @@ + #include + #include + #else +-#include +-#include ++#include ++#include + #include "Table.h" + #endif + #include "Assert.h"