From 5eee5a30c71c8d68f07ea563c9af100c04e1a19a Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Mon, 4 Feb 2013 14:30:02 +0000 Subject: - Update MASTER_SITES - Fix build with clang - Add MAKE_JOBS_SAFE PR: 175572 Submitted by: Ports Fury --- games/xchomp/files/patch-ae | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 games/xchomp/files/patch-ae (limited to 'games/xchomp/files/patch-ae') diff --git a/games/xchomp/files/patch-ae b/games/xchomp/files/patch-ae deleted file mode 100644 index 9c4c06957fb1..000000000000 --- a/games/xchomp/files/patch-ae +++ /dev/null @@ -1,16 +0,0 @@ ---- props.c.orig Fri Mar 18 06:13:17 1994 -+++ props.c Thu Mar 16 15:46:08 2000 -@@ -116,5 +116,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_q) || (last_key == XK_Q)) - do_exit(); -@@ -176,5 +176,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()) -- cgit v1.2.3