Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 156605 | Differences between
and this patch

Collapse All | Expand All

(-)MPlayer-1.0rc1-orig/configure (-1 / +2 lines)
Lines 3748-3754 Link Here
3748
dfb_ver = DIRECTFB_MAJOR_VERSION.DIRECTFB_MINOR_VERSION.DIRECTFB_MICRO_VERSION
3748
dfb_ver = DIRECTFB_MAJOR_VERSION.DIRECTFB_MINOR_VERSION.DIRECTFB_MICRO_VERSION
3749
;
3749
;
3750
EOF
3750
EOF
3751
  if $_cc -E $TMPC $_inc_extra > "$TMPO"; then
3751
  if $_cc -E $TMPC -I/usr/local/include/directfb \
3752
      -I/usr/include/directfb -I/usr/local/include -I/usr/include $_inc_extra > "$TMPO"; then
3752
    _directfb_version=`sed -n 's/^dfb_ver[^0-9]*\(.*\)/\1/p' "$TMPO" | tr -d '()'`
3753
    _directfb_version=`sed -n 's/^dfb_ver[^0-9]*\(.*\)/\1/p' "$TMPO" | tr -d '()'`
3753
    _dfb_major=`echo $_directfb_version | cut -d . -f 1`
3754
    _dfb_major=`echo $_directfb_version | cut -d . -f 1`
3754
    _dfb_minor=`echo $_directfb_version | cut -d . -f 2`
3755
    _dfb_minor=`echo $_directfb_version | cut -d . -f 2`

Return to bug 156605