summaryrefslogtreecommitdiffstats
path: root/games/xblackjack/files
diff options
context:
space:
mode:
Diffstat (limited to 'games/xblackjack/files')
-rw-r--r--games/xblackjack/files/patch-aa35
1 files changed, 35 insertions, 0 deletions
diff --git a/games/xblackjack/files/patch-aa b/games/xblackjack/files/patch-aa
new file mode 100644
index 0000000..f0bf6a4
--- /dev/null
+++ b/games/xblackjack/files/patch-aa
@@ -0,0 +1,35 @@
+--- 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 = -lXm -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>
+
+ /*
OpenPOWER on IntegriCloud