diff options
author | des <des@FreeBSD.org> | 2003-03-03 13:20:16 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2003-03-03 13:20:16 +0000 |
commit | 3c2ef50e6359f7e73bd4572e1d02823198768e86 (patch) | |
tree | 492c88402f951e76cab8dc8f54ad229092c50644 /devel/simgear/files | |
parent | 8b34d933c68bb8cec20f4c14cfabbfb780a32b25 (diff) | |
download | FreeBSD-ports-3c2ef50e6359f7e73bd4572e1d02823198768e86.zip FreeBSD-ports-3c2ef50e6359f7e73bd4572e1d02823198768e86.tar.gz |
Configure and build thread support.
Diffstat (limited to 'devel/simgear/files')
-rw-r--r-- | devel/simgear/files/patch-ab | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/devel/simgear/files/patch-ab b/devel/simgear/files/patch-ab new file mode 100644 index 0000000..7f552ed --- /dev/null +++ b/devel/simgear/files/patch-ab @@ -0,0 +1,28 @@ +--- configure.orig Mon Mar 3 14:01:49 2003 ++++ configure Mon Mar 3 14:01:59 2003 +@@ -5063,13 +5063,13 @@ + base_LIBS="$LIBS" + + +-echo "$as_me:$LINENO: checking for pthread_exit in -lpthread" >&5 +-echo $ECHO_N "checking for pthread_exit in -lpthread... $ECHO_C" >&6 ++echo "$as_me:$LINENO: checking for pthread_exit in -pthread" >&5 ++echo $ECHO_N "checking for pthread_exit in -pthread... $ECHO_C" >&6 + if test "${ac_cv_lib_pthread_pthread_exit+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-lpthread $LIBS" ++LIBS="-pthread $LIBS" + cat >conftest.$ac_ext <<_ACEOF + #line $LINENO "configure" + #include "confdefs.h" +@@ -5117,7 +5117,7 @@ + #define HAVE_LIBPTHREAD 1 + _ACEOF + +- LIBS="-lpthread $LIBS" ++ LIBS="-pthread $LIBS" + + fi + |