Opened 19 years ago
Closed 19 years ago
#3255 closed defect (fixed)
BUG: MPlayer should depend on DP's fontconfig
Reported by: | pguyot (Paul Guyot) | Owned by: | blb@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
When DP's pkg-config is installed, MPlayer's configure script cannot find fontconfig in spite of libfontconfig being there:
Checking for fontconfig ... Package fontconfig was not found in the pkg-config search path. Perhaps you should add the directory containing `fontconfig.pc' to the PKG_CONFIG_PATH environment variable No package 'fontconfig' found
The variant should become: variant fontconfig {
depends_lib-append port:fontconfig configure.args-delete --disable-fontconfig configure.args-append --enable-fontconfig
}
Note: See
TracTickets for help on using
tickets.
Fix has been committed, thanks.