mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
908 B

  1. --- ./configure.orig 2007-05-15 22:36:30.000000000 +0200
  2. +++ ./configure 2007-05-15 22:37:42.000000000 +0200
  3. @@ -4591,7 +4591,7 @@
  4. for dir in $SEARCHPATH /usr/local/freetype /usr/local /opt/freetype /usr/pkg /usr /usr/include/freetype1; do
  5. ac_cv_ft_lib=no
  6. ac_cv_ft_include=no
  7. - shlib=`echo $dir/lib/libttf.$SHLIBEXT* | head -1 | sed -e 's/.*\///'`
  8. + shlib=`echo $dir/lib/libttf.$SHLIBEXT* | head -n 1 | sed -e 's/.*\///'`
  9. if test x$shlib = x; then
  10. shlib=no
  11. fi
  12. @@ -4896,8 +4896,8 @@
  13. ac_cv_vf_libname=VFlib
  14. ac_cv_vf_libdir=no
  15. ac_cv_vf_hdrdir=no
  16. - shlib1=`echo $dir/lib/libVFlib.so* | head -1 | sed -e 's/.*\///'`
  17. - shlib2=`echo $dir/lib/libVFlib2.so* | head -1 | sed -e 's/.*\///'`
  18. + shlib1=`echo $dir/lib/libVFlib.so* | head -n 1 | sed -e 's/.*\///'`
  19. + shlib2=`echo $dir/lib/libVFlib2.so* | head -n 1 | sed -e 's/.*\///'`
  20. if test x$shlib1 = x; then
  21. $shlib1=no
  22. fi