summaryrefslogtreecommitdiff
path: root/games/xchomp/files/patch-ad
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-02-04 14:30:02 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-02-04 14:30:02 +0000
commit5eee5a30c71c8d68f07ea563c9af100c04e1a19a (patch)
tree282265cf232525e9af5b4289080a1b396deb233e /games/xchomp/files/patch-ad
parent- Update MASTER_SITES (diff)
- Update MASTER_SITES
- Fix build with clang - Add MAKE_JOBS_SAFE PR: 175572 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=311621
Diffstat (limited to 'games/xchomp/files/patch-ad')
-rw-r--r--games/xchomp/files/patch-ad9
1 files changed, 0 insertions, 9 deletions
diff --git a/games/xchomp/files/patch-ad b/games/xchomp/files/patch-ad
deleted file mode 100644
index bf641a2df995..000000000000
--- a/games/xchomp/files/patch-ad
+++ /dev/null
@@ -1,9 +0,0 @@
---- main.c.orig Fri Mar 18 06:12:24 1994
-+++ main.c Thu Mar 16 15:45:54 2000
-@@ -167,5 +167,5 @@
- switch (event.type) {
- case KeyPress:
-- XLookupString(&event, &c_buf, 1, &last_key, &status);
-+ XLookupString((XKeyEvent *) &event, &c_buf, 1, &last_key, &status);
- if (last_key == XK_space)
- if (!pause_seq())