Ticket #618: mplayer_configure_fontconfig.patch
| File mplayer_configure_fontconfig.patch, 814 bytes (added by , 20 years ago) |
|---|
-
(a) configure_orig vs. (b) configure
a b 5404 5404 } 5405 5405 EOF 5406 5406 _fontconfig=yes 5407 if cc_check -lfontconfig ; then 5408 _ld_fontconfig="-lfontconfig" 5409 elif cc_check -lfontconfig -lexpat -lfreetype ; then 5410 _ld_fontconfig="-lfontconfig -lexpat -lfreetype" 5411 elif cc_check `$_pkg_config --silence-errors --cflags --libs fontconfig` ; then 5407 if cc_check `$_pkg_config --silence-errors --cflags --libs fontconfig` ; then 5412 5408 _inc_extra="$_inc_extra `$_pkg_config --cflags fontconfig`" 5413 5409 _ld_fontconfig=`$_pkg_config --libs fontconfig` 5410 elif cc_check -lfontconfig -lexpat -lfreetype ; then 5411 _ld_fontconfig="-lfontconfig -lexpat -lfreetype" 5412 elif cc_check -lfontconfig ; then 5413 _ld_fontconfig="-lfontconfig" 5414 5414 else 5415 5415 _fontconfig=no 5416 5416 fi
