mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-02 21:18:51 +02:00
Removed extra ffmpeg entries from media-libs, they should be in media-video. Moved vlc patch to patches folder.
This commit is contained in:
@@ -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)'
|
|
||||||
Reference in New Issue
Block a user