summaryrefslogtreecommitdiff
path: root/audio/snd/files/patch-snd-gmain_c
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2002-01-17 19:26:23 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2002-01-17 19:26:23 +0000
commitb832d7d33d04d6175530f8ce05dfb4744f1f7be0 (patch)
treed776a7057315f8963ce495ebc8ee532770f2e790 /audio/snd/files/patch-snd-gmain_c
parent* Upgrade to 12.17.3. Changes in this version include: (diff)
Update to 5.5. Add FTP site. Add dependency on gsl and optionally
Ruby and esd. Correct pkg-descr (WITHOUT_X11 not WITHOUT_X). Generate the packing list. Add warning about incomplete review. Re-kludge PREFIX so new DOCSDIR macro can be used. Perhaps bento will no longer lose its lunch over this.
Notes
Notes: svn path=/head/; revision=53262
Diffstat (limited to 'audio/snd/files/patch-snd-gmain_c')
-rw-r--r--audio/snd/files/patch-snd-gmain_c11
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/snd/files/patch-snd-gmain_c b/audio/snd/files/patch-snd-gmain_c
deleted file mode 100644
index fd7fde3a5343..000000000000
--- a/audio/snd/files/patch-snd-gmain_c
+++ /dev/null
@@ -1,11 +0,0 @@
---- snd-gmain.c.orig Mon Sep 18 12:09:22 2000
-+++ snd-gmain.c Sun Oct 8 06:26:00 2000
-@@ -191,7 +191,7 @@
- #if TRAP_SEGFAULT
- #include <setjmp.h>
- /* stolen from scwm.c */
--static jmp_buf envHandleEventsLoop;
-+static sigjmp_buf envHandleEventsLoop;
-
- static RETSIGTYPE segv(int ignored)
- {