From ce216f3e59f420584434222cf1c86cc826bccbb9 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Mon, 1 Oct 2001 14:04:20 +0000 Subject: o update to 0.50 pre 1 o add script to "autodetect" some machine features such as 3DNow! o it is no longer limitted to i386 arch (e.g., alpha, hurray :) o make it CFLAGS safe o add several WITH{,OUT} options o depend on win32-codecs as of rev 1.12 win32-codecs/Makefile instead of mplayer-codecs o Makefile style: rearrange the file a bit to make it ports' style compliant (easier to maintain) o simplify targets with for/endfor constructs in post-install o due to new features, update: COMMENT, DESCR, PKGMESSAGE o fix all URI to include a trailing / o support NOPORTDOCS in PLIST Submitted by: MAINTAINER et al --- multimedia/mplayerxp/files/patch-Gui::mplayer::psignal.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 multimedia/mplayerxp/files/patch-Gui::mplayer::psignal.h (limited to 'multimedia/mplayerxp/files/patch-Gui::mplayer::psignal.h') diff --git a/multimedia/mplayerxp/files/patch-Gui::mplayer::psignal.h b/multimedia/mplayerxp/files/patch-Gui::mplayer::psignal.h new file mode 100644 index 000000000000..a5c3768cdc7e --- /dev/null +++ b/multimedia/mplayerxp/files/patch-Gui::mplayer::psignal.h @@ -0,0 +1,11 @@ +--- 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 -- cgit v1.2.3