Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 482172
Collapse All | Expand All

(-)freetype-2.4.12/builds/unix/freetype-config.in (-6 / +1 lines)
Lines 132-143 if test "$echo_ft_version" = "yes" ; the Link Here
132
fi
132
fi
133
133
134
if test "$echo_cflags" = "yes" ; then
134
if test "$echo_cflags" = "yes" ; then
135
  cflags="-I${SYSROOT}$includedir/freetype2"
135
  echo "-I${SYSROOT}$includedir/freetype2"
136
  if test "${SYSROOT}$includedir" != "/usr/include" ; then
137
    echo $cflags -I${SYSROOT}$includedir
138
  else
139
    echo $cflags
140
  fi
141
fi
136
fi
142
137
143
if test "$echo_libs" = "yes" ; then
138
if test "$echo_libs" = "yes" ; then

Return to bug 482172