diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-05-08 12:30:52 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-05-08 12:30:52 +0000 |
commit | 58032d5b452ff497881c4bd9e39096eea6881caa (patch) | |
tree | 81e208fcdd72ea5fdbb5160ec97d1597ed0b9367 /games/xrally/files | |
parent | f43f7d39537669e76911639b34e62f1c41bc2377 (diff) | |
download | ports-58032d5b452ff497881c4bd9e39096eea6881caa.tar.gz ports-58032d5b452ff497881c4bd9e39096eea6881caa.zip |
New port: xrally
XRally is a Linux clone of the classic Rally X arcade game.
For those who don't know, in Rally X you control a blue
(good) car, that has to collect yellow flags around a
maze-like map, while avoiding the red (bad) cars. In order
to help himself, the blue car can use clouds of smoke through
the maze. If a enemy touch any of these clouds, it stops
for a while. The enemy cars can also crash one with the
other, what gives you some extra time.
Notes
Notes:
svn path=/head/; revision=134853
Diffstat (limited to 'games/xrally/files')
-rw-r--r-- | games/xrally/files/patch-configure | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/games/xrally/files/patch-configure b/games/xrally/files/patch-configure new file mode 100644 index 000000000000..fa1a66774591 --- /dev/null +++ b/games/xrally/files/patch-configure @@ -0,0 +1,29 @@ +--- configure.orig Sun May 8 21:23:28 2005 ++++ configure Sun May 8 21:24:31 2005 +@@ -1108,14 +1108,14 @@ + if test "$WITH_SOUND" = "yes"; then + + echo "$ac_t""yes" 1>&6 +- echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6 +-echo "configure:1113: checking for pthread_create in -lpthread" >&5 ++ echo $ac_n "checking for pthread_create in ${PTHREAD_LIBS}... $ac_c" 1>&6 ++echo "configure:1113: checking for pthread_create in ${PTHREAD_LIBS}" >&5 + ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'` + if eval "test \"\${ac_cv_lib_$ac_lib_var+set}\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lpthread $LIBS" ++LIBS="${PTHREAD_LIBS} $LIBS" + cat > conftest.$ac_ext <<EOF + #line 1121 "configure" + #include "confdefs.h" +@@ -1143,7 +1143,7 @@ + fi + if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then + echo "$ac_t""yes" 1>&6 +- LIBS="$LIBS -lpthread" ++ LIBS="$LIBS ${PTHREAD_LIBS}" + else + echo "$ac_t""no" 1>&6 + |