moc: fix cross build
This commit is contained in:
parent
67ac89aa0b
commit
b5c5858ecd
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ homepage="http://moc.daper.net"
|
|||
distfiles="http://ftp.daper.net/pub/soft/${pkgname}/stable/${pkgname}-${version}.tar.bz2"
|
||||
checksum=f3a68115602a4788b7cfa9bbe9397a9d5e24c68cb61a57695d1c2c3ecf49db08
|
||||
|
||||
pre_configure() {
|
||||
sed -i -e "s|^ac_cpp='\$CPP |&-P |g" configure
|
||||
}
|
||||
|
||||
# REMARKS:
|
||||
# License used to be marked here as 3-clause-BSD but on bumping ffmpeg I could
|
||||
# not find the BSD license to vlicense.
|
||||
|
|
Loading…
Reference in a new issue