mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-05 22:05:40 +00:00
Bug 944506 - Update libopus/update.sh for DEFINES in moz.build. r=derf DONTBUILD
Bug 874266 moved the preprocessor defines to moz.build but didn't make the corresponding change to the update script.
This commit is contained in:
parent
3e7a45e313
commit
3d9bdab380
@ -61,9 +61,9 @@ sed -e "s/^The git tag\/revision used was .*/The git tag\/revision used was ${ve
|
||||
${TARGET}/README_MOZILLA > ${TARGET}/README_MOZILLA+ && \
|
||||
mv ${TARGET}/README_MOZILLA+ ${TARGET}/README_MOZILLA
|
||||
# update compiled-in version string
|
||||
sed -e "s/-DOPUS_VERSION='\".*\"'/-DOPUS_VERSION='\"${version}-mozilla\"'/" \
|
||||
${TARGET}/Makefile.in > ${TARGET}/Makefile.in+ && \
|
||||
mv ${TARGET}/Makefile.in+ ${TARGET}/Makefile.in
|
||||
sed -e "s/DEFINES\['OPUS_VERSION'\][ \t]*=[ \t]*'\".*\"'/DEFINES['OPUS_VERSION'] = '\"${version}-mozilla\"'/" \
|
||||
${TARGET}/moz.build > ${TARGET}/moz.build+ && \
|
||||
mv ${TARGET}/moz.build+ ${TARGET}/moz.build
|
||||
|
||||
# apply outstanding local patches
|
||||
# ... no patches to apply ...
|
||||
|
Loading…
x
Reference in New Issue
Block a user