build tweaks for fc30, glFinish fix
[goodguy/cinelerra.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 --with-lv2=auto --disable-lame --disable-twolame \
12     --with-oss --without-alsa --without-firewire --without-dv --without-dvb \
13     --without-video4linux2 --without-xxf86vm --without-ladspa-build \
14     --without-libzmpeg --without-commercial --without-thirdparty \
15     --disable-vaapi --disable-vdpau
16   gmake
17   gmake install ) 2>&1 | tee log