From 641652639518648252a314798138a4446034e316 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Mon, 30 May 2011 04:55:43 +0000 Subject: [PATCH] Undef HAVE_SIGACTION in libsdl since it's not working correctly in Haiku (yet). --- media-libs/libsdl/libsdl-1.2-hg.bep | 1 + 1 file changed, 1 insertion(+) diff --git a/media-libs/libsdl/libsdl-1.2-hg.bep b/media-libs/libsdl/libsdl-1.2-hg.bep index d2148dd3d..67c1980f8 100644 --- a/media-libs/libsdl/libsdl-1.2-hg.bep +++ b/media-libs/libsdl/libsdl-1.2-hg.bep @@ -18,6 +18,7 @@ BUILD { ./configure --prefix=`finddir B_COMMON_DIRECTORY` \ --libdir=$LIBDIR \ --mandir=$MANDIR + sed -i 's/#define HAVE_SIGACTION 1/#undef HAVE_SIGACTION/' include/SDL_config.h make }