3707579c1cda9a2824f3da1e20fbb585b2e99b2e
[goodguy/history.git] / cinelerra-5.1 / blds / bsd.bld
1 #!/bin/bash
2 #use: patch -p2 < bsd.patch
3 export CONFIG_SHELL=/bin/bash
4 export MAKE=gmake
5 export C_INCLUDE_PATH=/usr/local/include
6 export CPLUS_INCLUDE_PATH=/usr/local/include
7 export LIBRARY_PATH=/usr/local/lib
8 alias make=gmake
9 ./autogen.sh
10 CC=clang CXX=clang++ CFLAGS="-g -O2 -DFFMPEG3" ./configure --with-single-user \
11     --disable-static-build --without-lv2 --disable-lame --disable-twolame \
12     --with-oss --without-alsa --without-gl --without-firewire --without-dv \
13     --without-dvb --without-video4linux2 --without-xxf86vm --without-ladspa-build \
14     --without-libzmpeg --without-commercial --without-thirdparty
15 gmake 2>&1 | tee log