summaryrefslogtreecommitdiff
path: root/games/xblackjack/files/patch-aa
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2003-05-13 18:57:24 +0000
committerEric Anholt <anholt@FreeBSD.org>2003-05-13 18:57:24 +0000
commit54587965be322bc04bb5f18c596e0218fc02deb7 (patch)
tree7da9e8bc9badfcfcea940e54598962cb9a6277a5 /games/xblackjack/files/patch-aa
parentAdd russian ooodict port. (diff)
Unbreak, including switching the Motif dependency to lesstif.
PR: ports/44768 Submitted by: Paul Everlund <tdv94ped@cs.umu.se>, Mark Linimon <linimon@lonesome.com>
Notes
Notes: svn path=/head/; revision=80930
Diffstat (limited to '')
-rw-r--r--games/xblackjack/files/patch-aa59
1 files changed, 0 insertions, 59 deletions
diff --git a/games/xblackjack/files/patch-aa b/games/xblackjack/files/patch-aa
deleted file mode 100644
index 66d3d24179a5..000000000000
--- a/games/xblackjack/files/patch-aa
+++ /dev/null
@@ -1,59 +0,0 @@
---- 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"