aboutsummaryrefslogtreecommitdiffstats
path: root/games/xrally/files
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2005-05-08 20:30:52 +0800
committeredwin <edwin@FreeBSD.org>2005-05-08 20:30:52 +0800
commit49c2e430867c300160296d8c3bfd02a332179651 (patch)
treea713d5dada1f616355dfddb8bf1f9a30453b8d48 /games/xrally/files
parent43343c43bf2f52cc2352fef27ee2e5eb9222dd29 (diff)
downloadfreebsd-ports-gnome-49c2e430867c300160296d8c3bfd02a332179651.tar.gz
freebsd-ports-gnome-49c2e430867c300160296d8c3bfd02a332179651.tar.zst
freebsd-ports-gnome-49c2e430867c300160296d8c3bfd02a332179651.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.
Diffstat (limited to 'games/xrally/files')
-rw-r--r--games/xrally/files/patch-configure29
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
+