|
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
|
|
#
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
# Please add additional copyright information _after_ the line containing
|
|
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
|
|
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
|
|
#
|
|
# ROCK Linux: rock-src/package/kasc/pingus/fix-ld-library-path-detection-in-configure.patch
|
|
# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
|
|
#
|
|
# This patch file is dual-licensed. It is available under the license the
|
|
# patched project is licensed under, as long as it is an OpenSource license
|
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
|
# of the GNU General Public License as published by the Free Software
|
|
# Foundation; either version 2 of the License, or (at your option) any later
|
|
# version.
|
|
#
|
|
# --- ROCK-COPYRIGHT-NOTE-END ---
|
|
|
|
--- ./configure.vanilla 2005-03-02 18:18:51.723372440 +0100
|
|
+++ ./configure 2005-03-02 18:47:02.916272040 +0100
|
|
@@ -4635,7 +4635,7 @@
|
|
if test "${ac_cv_lib_cposix_strerror+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
- ac_check_lib_save_LIBS=$LIBS
|
|
+ ac_check_lib_save_LIBS="$LIBS -L$LD_LIBRARY_PATH"
|
|
LIBS="-lcposix $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line $LINENO "configure"
|
|
@@ -8179,7 +8179,7 @@
|
|
if test "${ac_cv_lib_pthread_main+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
- ac_check_lib_save_LIBS=$LIBS
|
|
+ ac_check_lib_save_LIBS="$LIBS -L$LD_LIBRARY_PATH"
|
|
LIBS="-lpthread $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line $LINENO "configure"
|
|
@@ -8342,7 +8342,7 @@
|
|
if test "${ac_cv_lib_Hermes_main+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
- ac_check_lib_save_LIBS=$LIBS
|
|
+ ac_check_lib_save_LIBS="$LIBS -L$LD_LIBRARY_PATH"
|
|
LIBS="-lHermes $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line $LINENO "configure"
|
|
@@ -8401,7 +8401,7 @@
|
|
if test "${ac_cv_lib_clanCore_main+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
- ac_check_lib_save_LIBS=$LIBS
|
|
+ ac_check_lib_save_LIBS="$LIBS -L$LD_LIBRARY_PATH"
|
|
LIBS="-lclanCore $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line $LINENO "configure"
|
|
@@ -8467,7 +8467,7 @@
|
|
if test "${ac_cv_lib_clanApp_main+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
- ac_check_lib_save_LIBS=$LIBS
|
|
+ ac_check_lib_save_LIBS="$LIBS -L$LD_LIBRARY_PATH"
|
|
LIBS="-lclanApp $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line $LINENO "configure"
|
|
@@ -8525,7 +8525,7 @@
|
|
if test "${ac_cv_lib_clanDisplay_main+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
- ac_check_lib_save_LIBS=$LIBS
|
|
+ ac_check_lib_save_LIBS="$LIBS -L$LD_LIBRARY_PATH"
|
|
LIBS="-lclanDisplay $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line $LINENO "configure"
|
|
@@ -8583,7 +8583,7 @@
|
|
if test "${ac_cv_lib_clanSound_main+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
- ac_check_lib_save_LIBS=$LIBS
|
|
+ ac_check_lib_save_LIBS="$LIBS -L$LD_LIBRARY_PATH"
|
|
LIBS="-lclanSound $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line $LINENO "configure"
|
|
@@ -8642,7 +8642,7 @@
|
|
if test "${ac_cv_lib_clanMikMod_main+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
- ac_check_lib_save_LIBS=$LIBS
|
|
+ ac_check_lib_save_LIBS="$LIBS -L$LD_LIBRARY_PATH"
|
|
LIBS="-lclanMikMod $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line $LINENO "configure"
|
|
@@ -8700,7 +8700,7 @@
|
|
if test "${ac_cv_lib_clanVorbis_main+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
- ac_check_lib_save_LIBS=$LIBS
|
|
+ ac_check_lib_save_LIBS="$LIBS -L$LD_LIBRARY_PATH"
|
|
LIBS="-lclanVorbis $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line $LINENO "configure"
|
|
@@ -8761,7 +8761,7 @@
|
|
if test "${ac_cv_lib_clanGL_main+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
- ac_check_lib_save_LIBS=$LIBS
|
|
+ ac_check_lib_save_LIBS="$LIBS -L$LD_LIBRARY_PATH"
|
|
LIBS="-lclanGL $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line $LINENO "configure"
|
|
@@ -8872,7 +8872,7 @@
|
|
if test "${ac_cv_lib_clanJPEG_main+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
- ac_check_lib_save_LIBS=$LIBS
|
|
+ ac_check_lib_save_LIBS="$LIBS -L$LD_LIBRARY_PATH"
|
|
LIBS="-lclanJPEG $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line $LINENO "configure"
|
|
@@ -8940,7 +8940,7 @@
|
|
if test "${ac_cv_lib_clanPNG_main+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
- ac_check_lib_save_LIBS=$LIBS
|
|
+ ac_check_lib_save_LIBS="$LIBS -L$LD_LIBRARY_PATH"
|
|
LIBS="-lclanPNG $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line $LINENO "configure"
|
|
@@ -9008,7 +9008,7 @@
|
|
if test "${ac_cv_lib_clanGUI_main+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
- ac_check_lib_save_LIBS=$LIBS
|
|
+ ac_check_lib_save_LIBS="$LIBS -L$LD_LIBRARY_PATH"
|
|
LIBS="-lclanGUI $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line $LINENO "configure"
|