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.

45 lines
1.9 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/public/avifile/xvid4-needs-libm.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
  10. #
  11. # This patch file is dual-licensed. It is available under the license the
  12. # patched project is licensed under, as long as it is an OpenSource license
  13. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  14. # of the GNU General Public License as published by the Free Software
  15. # Foundation; either version 2 of the License, or (at your option) any later
  16. # version.
  17. #
  18. # --- ROCK-COPYRIGHT-NOTE-END ---
  19. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  20. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  21. #
  22. # T2 SDE: package/.../avifile/xvid4-needs-libm.patch
  23. # Copyright (C) 2004 - 2005 The T2 SDE Project
  24. #
  25. # More information can be found in the files COPYING and README.
  26. #
  27. # This patch file is dual-licensed. It is available under the license the
  28. # patched project is licensed under, as long as it is an OpenSource license
  29. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  30. # of the GNU General Public License as published by the Free Software
  31. # Foundation; either version 2 of the License, or (at your option) any later
  32. # version.
  33. # --- T2-COPYRIGHT-NOTE-END ---
  34. --- avifile-0.7-0.7.41/m4/xvid4.m4~ 2004-02-18 21:55:17.000000000 +0100
  35. +++ avifile-0.7-0.7.41/m4/xvid4.m4 2004-10-26 18:55:47.122867616 +0200
  36. @@ -33,7 +33,7 @@
  37. AC_CHECK_HEADER(xvid.h, have_xvid4=yes)
  38. fi
  39. CPPFLAGS=$ac_save_CPPFLAGS
  40. - XVID4_LIBS="$XVID4_LIBS -lxvidcore"
  41. + XVID4_LIBS="$XVID4_LIBS -lxvidcore -lm"
  42. dnl
  43. dnl Now check if the installed XviD is sufficiently new.