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.

49 lines
2.0 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/rene/libtiff/jpeg-zlib.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2004 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. --- ./config.site.orig Tue Jul 18 04:09:20 2000
  20. +++ ./config.site Tue Jul 18 04:11:18 2000
  21. @@ -41,8 +41,8 @@
  22. # Package controls.
  23. #
  24. #DSO="auto" # auto|IRIX|IRIX52 enable DSO support for system
  25. -#JPEG="no" # yes|no configure JPEG support (see below)
  26. -#ZIP="no" # yes|no configure Deflate support (see below)
  27. +JPEG="yes" # yes|no configure JPEG support (see below)
  28. +ZIP="yes" # yes|no configure Deflate support (see below)
  29. #LIBGL="auto" # yes|no|auto configure IRIS GL-based tools
  30. #LIBIMAGE="auto" # yes|no|auto configure SGI RGB image tools
  31. #HTML="no" # yes|no install HTML documentation
  32. @@ -96,6 +96,7 @@
  33. #
  34. #DIRS_LIBINC="$DIRS_LIBINC ../src/jpeg-6b" # directory for jpeg include files
  35. #DIR_JPEGLIB=../src/jpeg-6b # directory for libjpeg
  36. +DIR_JPEGLIB=/usr/lib # directory for libjpeg
  37. #
  38. # Deflate-specific parameters; used when Deflate support is enabled (see above).
  39. @@ -110,7 +111,7 @@
  40. # Look for it also at ftp://ftp.uu.net/pub/archiving/zip/zlib.
  41. #
  42. #DIRS_LIBINC="$DIRS_LIBINC ../zlib" # directory for zlib include files
  43. -#DIR_GZLIB="../zlib" # directory for libz
  44. +DIR_GZLIB="/usr/lib" # directory for libz
  45. #
  46. # Miscellaneous parameters.