summaryrefslogtreecommitdiff
path: root/games/xscorch/patches
diff options
context:
space:
mode:
authorsnj <snj>2004-04-17 21:07:13 +0000
committersnj <snj>2004-04-17 21:07:13 +0000
commitcc20722999e0b6c52e2ac063748dc707b59a4598 (patch)
treeb533ba68b0b08dae9708e9979d31da845452d79b /games/xscorch/patches
parenta3e5bd5b90f98f4b7d62fd089681718f00a7f567 (diff)
downloadpkgsrc-cc20722999e0b6c52e2ac063748dc707b59a4598.tar.gz
Update to 0.2.0.
Changes: * Removed excessive assertion in seconomy-gtk.c. * Fix snet header file inclusion. * Only sa_handler OR sa_sigaction in handler (cross compatibility). * Repaired two bugs in sgame/soptions.c (fixes solaris compiles). * License restricted to version 2 of the GPL. * Easter Egg wars :)
Diffstat (limited to 'games/xscorch/patches')
-rw-r--r--games/xscorch/patches/patch-ab12
1 files changed, 0 insertions, 12 deletions
diff --git a/games/xscorch/patches/patch-ab b/games/xscorch/patches/patch-ab
deleted file mode 100644
index cb2147919e2..00000000000
--- a/games/xscorch/patches/patch-ab
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2002/08/31 13:33:03 wiz Exp $
-
---- xscorch.c.orig Tue Jun 18 04:29:47 2002
-+++ xscorch.c
-@@ -70,7 +70,6 @@ int main(int argc, char **argv) {
- sigemptyset(&sigset);
- sigaddset(&sigset, SIGPIPE);
- sa.sa_handler = sc_signal_handler;
-- sa.sa_sigaction = NULL;
- sa.sa_mask = sigset;
- sa.sa_flags = 0;
- sigaction(SIGPIPE, &sa, NULL);