diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-09-16 01:02:46 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-09-16 01:02:46 +0000 |
commit | db3dca6dbd32fe6ea3d51bc037e6f9cdc66c343b (patch) | |
tree | 29d590ca0bc9e66d81bc3218a0684c2daf9d4a68 /games/tuxracer-commercial/files/patch-configure.in | |
parent | Fix compilation problems. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_4_0'.release/4.4.0
Notes
Notes:
svn path=/head/; revision=47856
svn path=/tags/RELEASE_4_4_0/; revision=47857; tag=release/4.4.0
Diffstat (limited to 'games/tuxracer-commercial/files/patch-configure.in')
-rw-r--r-- | games/tuxracer-commercial/files/patch-configure.in | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/games/tuxracer-commercial/files/patch-configure.in b/games/tuxracer-commercial/files/patch-configure.in deleted file mode 100644 index d55ba9935293..000000000000 --- a/games/tuxracer-commercial/files/patch-configure.in +++ /dev/null @@ -1,32 +0,0 @@ ---- configure.in.orig Mon Apr 30 16:23:53 2001 -+++ configure.in Mon Apr 30 16:39:21 2001 -@@ -303,6 +303,10 @@ - - saved_LIBS="$LIBS" - -+if test "x$THREAD_LIB" = "x" ; then -+ THREAD_LIB="-lpthread" -+fi -+ - AC_DEFUN( CHECK_FOR_GL_LIB, [ - AC_MSG_CHECKING([for $GL_LIB_NAME library]) - LIBS="$saved_LIBS $TR_LIBS $GL_LDOPTS -l$GL_LIB_NAME" -@@ -313,15 +317,15 @@ - TR_LIBS="$TR_LIBS $GL_LDOPTS -l$GL_LIB_NAME" - - else -- dnl Try with -lpthread -+ dnl Try with pthreads - - AC_MSG_CHECKING([for $GL_LIB_NAME library (with pthreads)]) -- LIBS="$saved_LIBS $TR_LIBS $GL_LDOPTS -l$GL_LIB_NAME -lpthread" -+ LIBS="$saved_LIBS $TR_LIBS $GL_LDOPTS -l$GL_LIB_NAME $THREAD_LIB" - AC_TRY_LINK( , , have_GL=yes, have_GL=no) - AC_MSG_RESULT([$have_GL]) - - if test "x$have_GL" = "xyes" ; then -- TR_LIBS="$TR_LIBS $GL_LDOPTS -l$GL_LIB_NAME -lpthread" -+ TR_LIBS="$TR_LIBS $GL_LDOPTS -l$GL_LIB_NAME $THREAD_LIB" - fi - fi - ]) |