summaryrefslogtreecommitdiff
path: root/games/urban/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'games/urban/files/patch-configure')
-rw-r--r--games/urban/files/patch-configure52
1 files changed, 0 insertions, 52 deletions
diff --git a/games/urban/files/patch-configure b/games/urban/files/patch-configure
deleted file mode 100644
index 3efd80f6fb04..000000000000
--- a/games/urban/files/patch-configure
+++ /dev/null
@@ -1,52 +0,0 @@
---- configure.orig Sun Jan 25 03:50:44 2004
-+++ configure Sun Jan 25 04:28:46 2004
-@@ -1501,47 +1501,8 @@
- fi
- done
-
--echo $ac_n "checking for pthread_mutex_init in -lpthread""... $ac_c" 1>&6
--echo "configure:1506: checking for pthread_mutex_init in -lpthread" >&5
--ac_lib_var=`echo pthread'_'pthread_mutex_init | sed 'y%./+-%__p_%'`
--if eval "test \"`echo '$''{'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"
--cat > conftest.$ac_ext <<EOF
--#line 1514 "configure"
--#include "confdefs.h"
--/* Override any gcc2 internal prototype to avoid an error. */
--/* We use char because int might match the return type of a gcc2
-- builtin and then its argument prototype would still apply. */
--char pthread_mutex_init();
--
--int main() {
--pthread_mutex_init()
--; return 0; }
--EOF
--if { (eval echo configure:1525: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-- rm -rf conftest*
-- eval "ac_cv_lib_$ac_lib_var=yes"
--else
-- echo "configure: failed program was:" >&5
-- cat conftest.$ac_ext >&5
-- rm -rf conftest*
-- eval "ac_cv_lib_$ac_lib_var=no"
--fi
--rm -f conftest*
--LIBS="$ac_save_LIBS"
--
--fi
--if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
-- echo "$ac_t""yes" 1>&6
-- PTHREAD_LIBS="-lpthread"
--else
-- echo "$ac_t""no" 1>&6
--{ echo "configure: error: "Urban needs pthreads"" 1>&2; exit 1; }
--fi
--
-+# PTHREAD_LIBS will be set in LDFLAGS by the FreeBSD port
-+PTHREAD_LIBS=
-
-
- # Check whether --with-libmikmod-prefix or --without-libmikmod-prefix was given.