summaryrefslogtreecommitdiff
path: root/multimedia/mplayerxp/files/patch-Gui::mplayer::psignal.h
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-10-16 01:25:41 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-10-16 01:25:41 +0000
commite4907f012195b0810860014bd78fd8e580eda5cc (patch)
tree724135b3182e083309860a65b771acf63f13b573 /multimedia/mplayerxp/files/patch-Gui::mplayer::psignal.h
parentFix comment header. (diff)
o update to 0.50 final
o add several WITH_* options (specially DVD support :-) o update WWW tag in DESCR o update PKGMESSAGE o update install-user script to handle new fonts from port mplayer-fonts/Makefile rev 1.2 Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=48830
Diffstat (limited to 'multimedia/mplayerxp/files/patch-Gui::mplayer::psignal.h')
-rw-r--r--multimedia/mplayerxp/files/patch-Gui::mplayer::psignal.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/multimedia/mplayerxp/files/patch-Gui::mplayer::psignal.h b/multimedia/mplayerxp/files/patch-Gui::mplayer::psignal.h
deleted file mode 100644
index a5c3768cdc7e..000000000000
--- a/multimedia/mplayerxp/files/patch-Gui::mplayer::psignal.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- Gui/mplayer/psignal.h.orig Fri Sep 28 19:46:22 2001
-+++ Gui/mplayer/psignal.h Fri Sep 28 19:46:55 2001
-@@ -39,7 +39,7 @@
- #define mplIncAudioBufferDelay 28
- #define mplDecAudioBufferDelay 29
-
--#ifdef __SVR4
-+#if defined(__SVR4) || defined(__FreeBSD__)
- #define SIGTYPE SIGUSR2
- #warning should we use SIGUSR1 or SIGUSR2 on linux, bsd, ... too?
- #else