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.

138 lines
4.7 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/kasc/pingus/fix-ld-library-path-detection-in-configure.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. --- ./configure.vanilla 2005-03-02 18:18:51.723372440 +0100
  20. +++ ./configure 2005-03-02 18:47:02.916272040 +0100
  21. @@ -4635,7 +4635,7 @@
  22. if test "${ac_cv_lib_cposix_strerror+set}" = set; then
  23. echo $ECHO_N "(cached) $ECHO_C" >&6
  24. else
  25. - ac_check_lib_save_LIBS=$LIBS
  26. + ac_check_lib_save_LIBS="$LIBS -L$LD_LIBRARY_PATH"
  27. LIBS="-lcposix $LIBS"
  28. cat >conftest.$ac_ext <<_ACEOF
  29. #line $LINENO "configure"
  30. @@ -8179,7 +8179,7 @@
  31. if test "${ac_cv_lib_pthread_main+set}" = set; then
  32. echo $ECHO_N "(cached) $ECHO_C" >&6
  33. else
  34. - ac_check_lib_save_LIBS=$LIBS
  35. + ac_check_lib_save_LIBS="$LIBS -L$LD_LIBRARY_PATH"
  36. LIBS="-lpthread $LIBS"
  37. cat >conftest.$ac_ext <<_ACEOF
  38. #line $LINENO "configure"
  39. @@ -8342,7 +8342,7 @@
  40. if test "${ac_cv_lib_Hermes_main+set}" = set; then
  41. echo $ECHO_N "(cached) $ECHO_C" >&6
  42. else
  43. - ac_check_lib_save_LIBS=$LIBS
  44. + ac_check_lib_save_LIBS="$LIBS -L$LD_LIBRARY_PATH"
  45. LIBS="-lHermes $LIBS"
  46. cat >conftest.$ac_ext <<_ACEOF
  47. #line $LINENO "configure"
  48. @@ -8401,7 +8401,7 @@
  49. if test "${ac_cv_lib_clanCore_main+set}" = set; then
  50. echo $ECHO_N "(cached) $ECHO_C" >&6
  51. else
  52. - ac_check_lib_save_LIBS=$LIBS
  53. + ac_check_lib_save_LIBS="$LIBS -L$LD_LIBRARY_PATH"
  54. LIBS="-lclanCore $LIBS"
  55. cat >conftest.$ac_ext <<_ACEOF
  56. #line $LINENO "configure"
  57. @@ -8467,7 +8467,7 @@
  58. if test "${ac_cv_lib_clanApp_main+set}" = set; then
  59. echo $ECHO_N "(cached) $ECHO_C" >&6
  60. else
  61. - ac_check_lib_save_LIBS=$LIBS
  62. + ac_check_lib_save_LIBS="$LIBS -L$LD_LIBRARY_PATH"
  63. LIBS="-lclanApp $LIBS"
  64. cat >conftest.$ac_ext <<_ACEOF
  65. #line $LINENO "configure"
  66. @@ -8525,7 +8525,7 @@
  67. if test "${ac_cv_lib_clanDisplay_main+set}" = set; then
  68. echo $ECHO_N "(cached) $ECHO_C" >&6
  69. else
  70. - ac_check_lib_save_LIBS=$LIBS
  71. + ac_check_lib_save_LIBS="$LIBS -L$LD_LIBRARY_PATH"
  72. LIBS="-lclanDisplay $LIBS"
  73. cat >conftest.$ac_ext <<_ACEOF
  74. #line $LINENO "configure"
  75. @@ -8583,7 +8583,7 @@
  76. if test "${ac_cv_lib_clanSound_main+set}" = set; then
  77. echo $ECHO_N "(cached) $ECHO_C" >&6
  78. else
  79. - ac_check_lib_save_LIBS=$LIBS
  80. + ac_check_lib_save_LIBS="$LIBS -L$LD_LIBRARY_PATH"
  81. LIBS="-lclanSound $LIBS"
  82. cat >conftest.$ac_ext <<_ACEOF
  83. #line $LINENO "configure"
  84. @@ -8642,7 +8642,7 @@
  85. if test "${ac_cv_lib_clanMikMod_main+set}" = set; then
  86. echo $ECHO_N "(cached) $ECHO_C" >&6
  87. else
  88. - ac_check_lib_save_LIBS=$LIBS
  89. + ac_check_lib_save_LIBS="$LIBS -L$LD_LIBRARY_PATH"
  90. LIBS="-lclanMikMod $LIBS"
  91. cat >conftest.$ac_ext <<_ACEOF
  92. #line $LINENO "configure"
  93. @@ -8700,7 +8700,7 @@
  94. if test "${ac_cv_lib_clanVorbis_main+set}" = set; then
  95. echo $ECHO_N "(cached) $ECHO_C" >&6
  96. else
  97. - ac_check_lib_save_LIBS=$LIBS
  98. + ac_check_lib_save_LIBS="$LIBS -L$LD_LIBRARY_PATH"
  99. LIBS="-lclanVorbis $LIBS"
  100. cat >conftest.$ac_ext <<_ACEOF
  101. #line $LINENO "configure"
  102. @@ -8761,7 +8761,7 @@
  103. if test "${ac_cv_lib_clanGL_main+set}" = set; then
  104. echo $ECHO_N "(cached) $ECHO_C" >&6
  105. else
  106. - ac_check_lib_save_LIBS=$LIBS
  107. + ac_check_lib_save_LIBS="$LIBS -L$LD_LIBRARY_PATH"
  108. LIBS="-lclanGL $LIBS"
  109. cat >conftest.$ac_ext <<_ACEOF
  110. #line $LINENO "configure"
  111. @@ -8872,7 +8872,7 @@
  112. if test "${ac_cv_lib_clanJPEG_main+set}" = set; then
  113. echo $ECHO_N "(cached) $ECHO_C" >&6
  114. else
  115. - ac_check_lib_save_LIBS=$LIBS
  116. + ac_check_lib_save_LIBS="$LIBS -L$LD_LIBRARY_PATH"
  117. LIBS="-lclanJPEG $LIBS"
  118. cat >conftest.$ac_ext <<_ACEOF
  119. #line $LINENO "configure"
  120. @@ -8940,7 +8940,7 @@
  121. if test "${ac_cv_lib_clanPNG_main+set}" = set; then
  122. echo $ECHO_N "(cached) $ECHO_C" >&6
  123. else
  124. - ac_check_lib_save_LIBS=$LIBS
  125. + ac_check_lib_save_LIBS="$LIBS -L$LD_LIBRARY_PATH"
  126. LIBS="-lclanPNG $LIBS"
  127. cat >conftest.$ac_ext <<_ACEOF
  128. #line $LINENO "configure"
  129. @@ -9008,7 +9008,7 @@
  130. if test "${ac_cv_lib_clanGUI_main+set}" = set; then
  131. echo $ECHO_N "(cached) $ECHO_C" >&6
  132. else
  133. - ac_check_lib_save_LIBS=$LIBS
  134. + ac_check_lib_save_LIBS="$LIBS -L$LD_LIBRARY_PATH"
  135. LIBS="-lclanGUI $LIBS"
  136. cat >conftest.$ac_ext <<_ACEOF
  137. #line $LINENO "configure"