diff --git a/media-libs/ffmpeg/ffmpeg-haiku.diff b/media-libs/ffmpeg/ffmpeg-haiku.diff deleted file mode 100644 index 0656e8b56..000000000 --- a/media-libs/ffmpeg/ffmpeg-haiku.diff +++ /dev/null @@ -1,31 +0,0 @@ -Index: configure -=================================================================== ---- configure (revision 17469) -+++ configure (working copy) -@@ -1461,16 +1461,21 @@ - esac - SHFLAGS=-nostart - # enable BeOS things -- enable audio_beos -+ # enable audio_beos - # no need for libm, but the inet stuff - # Check for BONE - # XXX: actually should check for NOT net_server -- if echo $BEINCLUDES | grep -q 'headers/be/bone'; then -- network_extralibs="-lbind -lsocket" -+ if [ $target_os = "haiku" ]; then -+ network_extralibs="-lnetwork" - else -- enable beos_netserver -- network_extralibs="-lnet" -+ if echo $BEINCLUDES | grep -q 'headers/be/bone'; then -+ network_extralibs="-lbind -lsocket" -+ else -+ enable beos_netserver -+ network_extralibs="-lnet" -+ fi - fi ;; -+ - sunos) - FFSERVERLDFLAGS="" - SHFLAGS='-shared -Wl,-h,$$(@F)' diff --git a/media-video/vlc/vlc-0.8.6i-haiku.diff b/media-video/vlc/vlc-0.8.6i.patch similarity index 100% rename from media-video/vlc/vlc-0.8.6i-haiku.diff rename to media-video/vlc/vlc-0.8.6i.patch