- Add threads FLAVOR

This commit is contained in:
kevlo 2000-09-02 13:06:19 +00:00
parent 59cf10cf6e
commit 2fd6e902be
2 changed files with 15 additions and 15 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2000/08/22 03:10:54 kevlo Exp $
# $OpenBSD: Makefile,v 1.15 2000/09/02 13:06:19 kevlo Exp $
# $NetBSD: Makefile,v 1.2 1998/07/04 09:19:04 mycroft Exp $
DISTNAME= xfmail-1.4.6
@ -30,6 +30,15 @@ CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/X11" \
LDFLAGS="-L${LOCALBASE}/lib/X11"
FLAVORS= threads
FLAVOR?=
.if ${FLAVOR:L} == "threads"
CONFIGURE_ARGS+= --enable-threads
.else
CONFIGURE_ARGS+= --without-threads
.endif
pre-configure:
@cp -f ${FILESDIR}/config.cache ${WRKSRC}

View File

@ -1,20 +1,11 @@
--- configure.orig Mon May 29 05:14:05 2000
+++ configure Tue Aug 22 03:34:09 2000
@@ -2778,14 +2778,14 @@
echo "$ac_t""no" 1>&6
fi
- echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6
-echo "configure:2783: checking for pthread_create in -lpthread" >&5
+ echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6
+echo "configure:2783: checking for pthread_create in -lc_r" >&5
ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'`
if eval "test \"\${ac_cv_lib_$ac_lib_var+set}\" = set"; then
--- configure.orig Mon May 29 12:14:05 2000
+++ configure Sat Sep 2 20:12:26 2000
@@ -2785,7 +2785,7 @@
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_save_LIBS="$LIBS"
-LIBS="-lpthread $LIBS"
+LIBS="-lc_r $LIBS"
+LIBS="-pthread $LIBS"
cat > conftest.$ac_ext <<EOF
#line 2791 "configure"
#include "confdefs.h"
@ -23,7 +14,7 @@
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
echo "$ac_t""yes" 1>&6
- LIBS="$LIBS -lpthread"
+ LIBS="$LIBS -lc_r"
+ LIBS="$LIBS -pthread"
else
echo "$ac_t""no" 1>&6
fi