diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-01-14 19:33:01 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-01-14 19:33:01 +0000 |
commit | f3395d96cc0fc5264a9d43cb66758dbc6445e78c (patch) | |
tree | 30439b760b1105d2bda6d165c31ff9f6a1d3eb35 /games/etuxracer/files/patch-configure | |
parent | 6bb3292235eddc76a64a8818ddc467172a094ec2 (diff) |
Notes
Diffstat (limited to 'games/etuxracer/files/patch-configure')
-rw-r--r-- | games/etuxracer/files/patch-configure | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/games/etuxracer/files/patch-configure b/games/etuxracer/files/patch-configure new file mode 100644 index 000000000000..1932f9caef48 --- /dev/null +++ b/games/etuxracer/files/patch-configure @@ -0,0 +1,38 @@ +--- configure.orig Tue Apr 18 09:05:12 2000 ++++ configure Mon Jan 15 03:26:36 2001 +@@ -2776,7 +2776,7 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lMesaGL $LIBS" ++LIBS="-lMesaGL -lc_r $LIBS" + cat > conftest.$ac_ext <<EOF + #line 2782 "configure" + #include "confdefs.h" +@@ -2810,7 +2810,7 @@ + #define $ac_tr_lib 1 + EOF + +- LIBS="-lMesaGL $LIBS" ++ LIBS="-lMesaGL -lc_r $LIBS" + + else + echo "$ac_t""no" 1>&6 +@@ -2874,7 +2874,7 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lMesaGLU $LIBS" ++LIBS="-lMesaGLU -lc_r $LIBS" + cat > conftest.$ac_ext <<EOF + #line 2880 "configure" + #include "confdefs.h" +@@ -2908,7 +2908,7 @@ + #define $ac_tr_lib 1 + EOF + +- LIBS="-lMesaGLU $LIBS" ++ LIBS="-lMesaGLU -lc_r $LIBS" + + else + echo "$ac_t""no" 1>&6 |