Moved several legacy patches to their respective patches directories.

This commit is contained in:
Scott McCreary
2010-10-02 02:04:59 +00:00
parent c9ba426f32
commit 0ace9d3a4f
22 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
Index: configure
===================================================================
--- configure (revision 17861)
+++ configure (working copy)
@@ -1512,7 +1512,7 @@
# OS specific
case $target_os in
- beos|haiku|zeta)
+ beos|zeta)
prefix_default="$HOME/config"
# helps building libavcodec
add_cflags -DPIC -fomit-frame-pointer
@@ -1538,6 +1538,13 @@
enable beos_netserver
network_extralibs="-lnet"
fi ;;
+ haiku)
+ prefix_default="/boot/common"
+ disable audio_beos
+ enable beosthreads
+ network_extralibs="-lnetwork"
+ ;;
sunos)
FFSERVERLDFLAGS=""
SHFLAGS='-shared -Wl,-h,$$(@F)'