diff options
author | eddyg <[email protected]> | 2008-08-20 01:54:42 +0000 |
---|---|---|
committer | eddyg <[email protected]> | 2008-08-20 01:54:42 +0000 |
commit | 130d8b674f03a63313997f358a980ad27e0d48f4 (patch) | |
tree | 5521ac0763ea0126bfaa98f5f97dfb298630b620 /contrib/Jamfile | |
parent | 074580619aa266cb4a0c047842f48caec07a9b37 (diff) |
Fix Solaris builds
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1646 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/Jamfile')
-rw-r--r-- | contrib/Jamfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/Jamfile b/contrib/Jamfile index b3a8545db..9bd41485b 100644 --- a/contrib/Jamfile +++ b/contrib/Jamfile @@ -391,7 +391,7 @@ actions LibTheora { cd `dirname $(>)` && CONTRIB=`pwd` && rm -rf libtheora && (gzip -dc libtheora.tar.gz | tar xf - ) && cd libtheora && - export HAVE_PKG_CONFIG="no" && + HAVE_PKG_CONFIG="no" && export HAVE_PKG_CONFIG && ./configure --prefix=$CONTRIB --with-ogg=$CONTRIB --with-vorbis=$CONTRIB --cache-file=$CONTRIB/config.cache --disable-shared \ --disable-oggtest --disable-vorbistest --disable-sdltest --disable-examples && $(MAKE) && $(MAKE) install && |