patch-configure 973 B

12345678910111213141516171819202122232425262728293031323334
  1. $OpenBSD: patch-configure,v 1.1 2010/11/06 12:19:38 landry Exp $
  2. --- configure.orig Fri Jul 19 16:18:55 2002
  3. +++ configure Sat Nov 6 13:00:10 2010
  4. @@ -7267,7 +7267,7 @@ else
  5. ;;
  6. *)
  7. DEBUG="-g -Wall -fsigned-char"
  8. - CFLAGS="-O20 -fsigned-char"
  9. + CFLAGS="-fsigned-char"
  10. PROFILE="-O20 -g -pg -fsigned-char"
  11. ;;
  12. esac
  13. @@ -7521,9 +7521,9 @@ fi
  14. VORBIS_LIBS="-L$prefix/lib"
  15. fi
  16. - VORBISFILE_LIBS="$VORBIS_LIBS -lvorbisfile"
  17. + VORBISFILE_LIBS="$VORBIS_LIBS -lvorbisidec"
  18. VORBISENC_LIBS="$VORBIS_LIBS -lvorbisenc"
  19. - VORBIS_LIBS="$VORBIS_LIBS -lvorbis -lm"
  20. + VORBIS_LIBS="$VORBIS_LIBS -lvorbisidec"
  21. if test "x$vorbis_includes" != "x" ; then
  22. VORBIS_CFLAGS="-I$vorbis_includes"
  23. @@ -7555,7 +7555,7 @@ else
  24. #include <stdio.h>
  25. #include <stdlib.h>
  26. #include <string.h>
  27. -#include <vorbis/codec.h>
  28. +#include <tremor/ivorbiscodec.h>
  29. int main ()
  30. {