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.

157 lines
5.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/rene/libtiff/libtiff_configure.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version. A copy of the GNU General Public
  15. # License can be found at Documentation/COPYING.
  16. #
  17. # Many people helped and are helping developing ROCK Linux. Please
  18. # have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. # file for details.
  20. #
  21. # --- ROCK-COPYRIGHT-NOTE-END ---
  22. --- ./configure.orig 2001-11-15 19:21:05.000000000 +0200
  23. +++ ./configure 2002-05-17 09:11:51.000000000 +0300
  24. @@ -44,15 +44,15 @@
  25. #
  26. # Setup general configuration parameters.
  27. #
  28. -PREFIX=/usr/local # root of installation
  29. +PREFIX=/usr # root of installation
  30. EPREFIX=${PREFIX}
  31. DIRS_LIBINC= # dirs to search for ancillary includes
  32. DIR_JPEGLIB= # dir for IJG -ljpeg
  33. DIR_GZLIB= # dir for zlib -lgz
  34. DSO=auto # auto-enable DSO support
  35. LIBCOPTS= # library-specific C-compiler options
  36. -JPEG=no # configure JPEG support
  37. -ZIP=no # configure ZIP/Deflate support
  38. +JPEG=yes # configure JPEG support
  39. +ZIP=yes # configure ZIP/Deflate support
  40. PORT=auto # enable portability emulations
  41. HTML=no # install HTML documentation
  42. LIBGL=auto # auto-enable build of SGI -lgl apps
  43. @@ -97,7 +97,7 @@
  44. --verbose opposite of --quiet
  45. --noninteractive don't ask any questions
  46. --version print the version of autoconf that created configure
  47. - --prefix=PREFIX root of installation [PREFIX=/usr/local]
  48. + --prefix=PREFIX root of installation [PREFIX=/usr]
  49. --exec-prefix=EPREFIX root of installation [EPREFIX=PREFIX]
  50. --target=TARGET configure for TARGET [TARGET=HOST]
  51. --srcdir=DIR find the sources in DIR [configure dir or ..]
  52. @@ -356,7 +356,7 @@
  53. #
  54. case $TARGET in
  55. mips-dec-*) FILLORDER=LSB2MSB;;
  56. - i[345]86-*) FILLORDER=LSB2MSB;;
  57. + i[3456]86-*) FILLORDER=LSB2MSB;;
  58. *) FILLORDER=MSB2LSB;;
  59. esac
  60. fi
  61. @@ -1355,12 +1355,7 @@
  62. # stripped for pages to be found (only for 4F pages).
  63. #
  64. if [ -z "${DIR_MAN-}" ]; then
  65. - MANPATH="
  66. - $MANPATH
  67. - /usr/local/man
  68. - /usr/contrib/man
  69. - /usr/catman/local
  70. - "
  71. + MANPATH="/usr/share/man"
  72. DIR_MAN=
  73. for i in $MANPATH; do
  74. test -d $i && { DIR_MAN=$i; break; }
  75. @@ -1372,7 +1367,7 @@
  76. case $TARGET in
  77. *-bsdi*|*-netbsd*) MANSCHEME=bsd-nroff-gzip-0.gz;;
  78. *-freebsd*) MANSCHEME=bsd-source-cat;;
  79. - *-linux*) MANSCHEME=bsd-source-cat;;
  80. + *-linux*) MANSCHEME=sysv-source-cat;;
  81. *-ultrix*) MANSCHEME=bsd-source-cat;;
  82. *-sunos*) MANSCHEME=bsd-source-cat-strip;;
  83. *-sysv[234]*) MANSCHEME=sysv-source-cat-strip;;
  84. @@ -1389,15 +1384,15 @@
  85. MANSCHEME=sysv-source-cat
  86. if [ -d /usr/share/man ]; then
  87. if [ -d /usr/share/man/u_man ]; then
  88. - MANSCHEME=sysv-source-cat
  89. - elif [ -d /usr/share/man/man8 ]; then
  90. MANSCHEME=bsd-source-cat
  91. + elif [ -d /usr/share/man/man8 ]; then
  92. + MANSCHEME=sysv-source-cat
  93. fi
  94. elif [ -d /usr/share/catman ]; then
  95. if [ -d /usr/share/catman/u_man ]; then
  96. - MANSCHEME=sysv-nroff-cat
  97. - elif [ -d /usr/share/catman/man8 ]; then
  98. MANSCHEME=bsd-nroff-cat
  99. + elif [ -d /usr/share/catman/man8 ]; then
  100. + MANSCHEME=sysv-nroff-cat
  101. fi
  102. fi
  103. ;;
  104. --- ./config.sub.orig Fri Jul 14 20:31:39 2000
  105. +++ ./config.sub Fri Jul 14 20:35:30 2000
  106. @@ -119,7 +119,7 @@
  107. case $basic_machine in
  108. # Recognize the basic CPU types without company name.
  109. # Some are omitted here because they have special meanings below.
  110. - tahoe | i[345]86 | i860 | m68k | m68000 | m88k | ns32k | arm | pyramid \
  111. + tahoe | i[3456]86 | i860 | m68k | m68000 | m88k | ns32k | arm | pyramid \
  112. | tron | a29k | 580 | i960 | h8300 | hppa1.0 | hppa1.1 \
  113. | alpha | we32k | ns16k | clipper | sparclite | i370 | sh \
  114. | powerpc | sparc64 | 1750a | dsp16xx | mips64 | mipsel \
  115. @@ -132,7 +132,7 @@
  116. exit 1
  117. ;;
  118. # Recognize the basic CPU types with company name.
  119. - vax-* | tahoe-* | i[345]86-* | i860-* | m68k-* | m68000-* | m88k-* \
  120. + vax-* | tahoe-* | i[3456]86-* | i860-* | m68k-* | m68000-* | m88k-* \
  121. | sparc-* | ns32k-* | fx80-* | arm-* | c[123]* \
  122. | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \
  123. | none-* | 580-* | cray2-* | h8300-* | i960-* | xmp-* | ymp-* \
  124. @@ -296,19 +296,19 @@
  125. os=-mvs
  126. ;;
  127. # I'm not sure what "Sysv32" means. Should this be sysv3.2?
  128. - i[345]86v32)
  129. + i[3456]86v32)
  130. basic_machine=`echo $1 | sed -e 's/86.*/86-unknown/'`
  131. os=-sysv32
  132. ;;
  133. - i[345]86v4*)
  134. + i[3456]86v4*)
  135. basic_machine=`echo $1 | sed -e 's/86.*/86-unknown/'`
  136. os=-sysv4
  137. ;;
  138. - i[345]86v)
  139. + i[3456]86v)
  140. basic_machine=`echo $1 | sed -e 's/86.*/86-unknown/'`
  141. os=-sysv
  142. ;;
  143. - i[345]86sol2)
  144. + i[3456]86sol2)
  145. basic_machine=`echo $1 | sed -e 's/86.*/86-unknown/'`
  146. os=-solaris2
  147. ;;
  148. @@ -580,7 +580,7 @@
  149. # Each alternative must end in a *, to match a version number.
  150. # -sysv* is not here because it comes later, after sysvr4.
  151. -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
  152. - | -vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[345]* \
  153. + | -vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[3456]* \
  154. | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
  155. | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \
  156. | -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \