1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/games/xblackjack/files/patch-aa
Satoshi Asami a40390c34b Change -lXm to ${MOTIFLIB}. Use #include <Xm/*.h> instead of
<X11/Xm/*.h> (this port had both ;)!
1996-08-19 10:56:49 +00:00

60 lines
1.4 KiB
Plaintext

--- Imakefile~ Thu Aug 1 21:41:28 1996
+++ Imakefile Thu Aug 1 21:41:43 1996
@@ -54,7 +54,7 @@
/*
* You may need to remove -lbsd.
*/
- EXTRA_LIBRARIES = -lXm $(DEPLIBS) -lbsd
+ EXTRA_LIBRARIES = ${MOTIFLIB} -lXt -lXmu -lXext -lX11
#endif
/*
--- Table.c~ Thu Aug 1 21:39:10 1996
+++ Table.c Thu Aug 1 21:40:50 1996
@@ -229,7 +229,8 @@
/* always_install_accelerators */ False,
#if XmVersion > 1000
/* geo_matrix_create */ NULL,
- /* focus_moved_proc */ XtInheritFocusMovedProc,
+ /* focus_moved_proc */ /*XtInheritFocusMovedProc,*/
+ XtCallAcceptFocus,
#endif
/* extension */ NULL,
},
--- TableP.h~ Thu Aug 1 21:36:01 1996
+++ TableP.h Thu Aug 1 21:38:03 1996
@@ -15,6 +15,9 @@
#include "Table.h"
#include <Xm/XmP.h>
+#include <Xm/TravActI.h>
+#include <Xm/ManagerI.h>
+#include <Xm/BulletinBI.h>
#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"