mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
2303a5899f
PR: ports/79144 Submitted by: maintainer
30 lines
880 B
Plaintext
30 lines
880 B
Plaintext
--- configure.orig Sat Feb 26 03:35:31 2005
|
|
+++ configure Sat Mar 12 09:28:45 2005
|
|
@@ -19621,7 +19621,7 @@
|
|
|
|
|
|
# This can be used to rebuild libtool when needed
|
|
-LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
|
+LIBTOOL_DEPS="--disable-ltlibs /usr/local/share/libtool15/ltmain.sh"
|
|
|
|
# Always use our own libtool.
|
|
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
|
@@ -21745,7 +21745,7 @@
|
|
else
|
|
echo "$as_me:$LINENO: result: no..using lpthread" >&5
|
|
echo "${ECHO_T}no..using lpthread" >&6
|
|
- SS_THREAD_LIBLINK="-lpthread"
|
|
+ SS_THREAD_LIBLINK="-pthread"
|
|
|
|
cat >>confdefs.h <<\_ACEOF
|
|
#define COMPILE_THREADS_USE_POSIX 1
|
|
@@ -23316,7 +23316,7 @@
|
|
# Set the X include and lib dir
|
|
SS_X_INCDIR="$x_includes"
|
|
SS_X_LIBDIR="$x_libraries"
|
|
- SS_X_LIBLINK="-lX11 -lXext"
|
|
+ SS_X_LIBLINK="-lX11 -lXext -pthread"
|
|
|
|
if test -z "$SS_X_INCDIR"; then
|
|
# Ops... X headers not found ?
|