aboutsummaryrefslogtreecommitdiff
path: root/games/xblackjack
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-08-19 10:56:49 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-08-19 10:56:49 +0000
commita40390c34b2c9eb2edda2516689d62eb10bcdbab (patch)
treeffeadce46a148c5284cca362cf44d322b48db141 /games/xblackjack
parentc5393a9ca361f958cc6813689079cc1d10ef1b3f (diff)
downloadports-a40390c34b2c9eb2edda2516689d62eb10bcdbab.tar.gz
ports-a40390c34b2c9eb2edda2516689d62eb10bcdbab.zip
Change -lXm to ${MOTIFLIB}. Use #include <Xm/*.h> instead of
<X11/Xm/*.h> (this port had both ;)!
Notes
Notes: svn path=/head/; revision=3646
Diffstat (limited to 'games/xblackjack')
-rw-r--r--games/xblackjack/files/patch-aa26
1 files changed, 25 insertions, 1 deletions
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 <Xm/BulletinBP.h>
/*
+--- ./Draw.c.org Fri Jun 18 10:17:44 1993
++++ ./Draw.c Mon Aug 19 03:45:59 1996
+@@ -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"
+--- ./Strategy.c.org Fri Jun 18 10:17:44 1993
++++ ./Strategy.c Mon Aug 19 03:48:21 1996
+@@ -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"