patch-configure 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. $OpenBSD: patch-configure,v 1.6 2013/01/17 13:30:32 ajacoutot Exp $
  2. --- configure.orig Sat Jun 25 20:40:07 2005
  3. +++ configure Thu Jan 17 13:44:53 2013
  4. @@ -4313,7 +4313,7 @@ done
  5. -for ac_header in linux/soundcard.h machine/soundcard.h sys/soundcard.h sys/audioio.h sys/audio.io.h sun/audioio.h
  6. +for ac_header in soundcard.h linux/soundcard.h machine/soundcard.h sys/soundcard.h sys/audioio.h sys/audio.io.h sun/audioio.h
  7. do
  8. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  9. if eval "test \"\${$as_ac_Header+set}\" = set"; then
  10. @@ -9454,7 +9454,7 @@ echo "$as_me: error: curl libs are missing" >&2;}
  11. fi
  12. -GETTEXT_PACKAGE=grip-2.2
  13. +GETTEXT_PACKAGE=grip
  14. cat >>confdefs.h <<_ACEOF
  15. @@ -11149,7 +11149,7 @@ fi
  16. rm -f conftest.err conftest.$ac_objext \
  17. conftest$ac_exeext conftest.$ac_ext
  18. if test "$ac_cv_search_ID3Tag_Link" = no; then
  19. - for ac_lib in "id3 -lz -lstdc++"; do
  20. + for ac_lib in "id3 -lm -lz -lstdc++"; do
  21. LIBS="-l$ac_lib $ac_func_search_save_LIBS"
  22. cat >conftest.$ac_ext <<_ACEOF
  23. /* confdefs.h. */
  24. @@ -11275,7 +11275,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
  25. ac_status=$?
  26. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  27. (exit $ac_status); }; }; then
  28. - . conftest.id3
  29. + . $srcdir/conftest.id3
  30. echo "${ID3LIB_MAJOR}.${ID3LIB_MINOR}.${ID3LIB_PATCH}"
  31. else
  32. echo "$as_me: program exited with status $ac_status" >&5