moc: fix cross build

This commit is contained in:
Matthias von Faber 2018-02-11 12:02:24 +01:00 committed by Toyam Cox
parent 67ac89aa0b
commit b5c5858ecd

View file

@ -15,6 +15,10 @@ homepage="http://moc.daper.net"
distfiles="http://ftp.daper.net/pub/soft/${pkgname}/stable/${pkgname}-${version}.tar.bz2" distfiles="http://ftp.daper.net/pub/soft/${pkgname}/stable/${pkgname}-${version}.tar.bz2"
checksum=f3a68115602a4788b7cfa9bbe9397a9d5e24c68cb61a57695d1c2c3ecf49db08 checksum=f3a68115602a4788b7cfa9bbe9397a9d5e24c68cb61a57695d1c2c3ecf49db08
pre_configure() {
sed -i -e "s|^ac_cpp='\$CPP |&-P |g" configure
}
# REMARKS: # REMARKS:
# License used to be marked here as 3-clause-BSD but on bumping ffmpeg I could # License used to be marked here as 3-clause-BSD but on bumping ffmpeg I could
# not find the BSD license to vlicense. # not find the BSD license to vlicense.