]> git.sesse.net Git - vlc/commit
contrib: fix fontconfig with -march=i686
authorPierre Ynard <linkfanel@yahoo.fr>
Mon, 11 Jan 2010 23:24:06 +0000 (00:24 +0100)
committerPierre Ynard <linkfanel@yahoo.fr>
Mon, 11 Jan 2010 23:24:06 +0000 (00:24 +0100)
commit76d6de981ab0a2e7b5a2a8e77e14ec00a87961f7
treea252e4084650ac433b7c014fa4cba4bf74a35c3e
parentc6bd2dd5a2a7c14057b9036311d0670e6cf73fae
contrib: fix fontconfig with -march=i686

fontconfig compiles and runs some native code during the build
process. Because of the -march=i686 flag, this code will fail to
compile on 64 bits build hosts.
extras/contrib/src/Makefile
extras/contrib/src/Patches/fontconfig-march.patch [new file with mode: 0644]