index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-07-11 11:30:46 +0300 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-07-11 11:30:46 +0300 |
commit | 33bfe926233051b2cd1827e3700a7973f5ee1b8a (patch) | |
tree | e8f686d3bcde2086c4ccd2960a12be7aaca92d39 | |
parent | 76cd92896ade03089f37f18f03bcffbd7187ebea (diff) |
-rw-r--r-- | extra/ffmpeg/PKGBUILD | 3 |
diff --git a/extra/ffmpeg/PKGBUILD b/extra/ffmpeg/PKGBUILD index ace68ef8..c15b2314 100644 --- a/extra/ffmpeg/PKGBUILD +++ b/extra/ffmpeg/PKGBUILD @@ -143,3 +143,6 @@ fi if [ "$CARCH" == 'i486' ]; then makedepends+=(librsvg-og) fi + +# Bad workaround +eval "$(declare -f build | sed '3i export CFLAGS="$CFLAGS -Wno-error=incompatible-pointer-types -Wno-error=int-conversion"')" |