diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-18 21:37:32 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-18 21:37:32 +0000 |
commit | 01a9f79f0a3692d8148990805beabc8593d3596d (patch) | |
tree | 99d1ef5788fc9e55b6948a7d4951ac4a315f63bf /games/etuxracer/files/patch-configure | |
parent | 8c307777eaf81af4195ae428b3ebbeba734fc5af (diff) |
Notes
Diffstat (limited to 'games/etuxracer/files/patch-configure')
-rw-r--r-- | games/etuxracer/files/patch-configure | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/games/etuxracer/files/patch-configure b/games/etuxracer/files/patch-configure deleted file mode 100644 index 1932f9caef48..000000000000 --- a/games/etuxracer/files/patch-configure +++ /dev/null @@ -1,38 +0,0 @@ ---- 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 |