- fix an evil typo... we use pthread, not phtread
This commit is contained in:
parent
c45d7a62f8
commit
cf38ca5476
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2009/01/27 22:11:15 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2009/02/03 10:40:02 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -6,7 +6,7 @@ COMMENT= International Components for Unicode
|
||||
|
||||
VERSION= 4.0.1
|
||||
DISTNAME= icu4c-${VERSION:S/./_/g}-src
|
||||
PKGNAME= icu4c-${VERSION}
|
||||
PKGNAME= icu4c-${VERSION}p0
|
||||
SO_VERSION= 1.1
|
||||
.for _lib in icudata icui18n icuio icule iculx icutu icuuc
|
||||
SHARED_LIBS+= ${_lib} ${SO_VERSION}
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-source_configure,v 1.4 2009/01/27 22:11:15 landry Exp $
|
||||
$OpenBSD: patch-source_configure,v 1.5 2009/02/03 10:40:02 ajacoutot Exp $
|
||||
--- source/configure.orig Sat Jan 24 17:03:07 2009
|
||||
+++ source/configure Sat Jan 24 17:03:48 2009
|
||||
@@ -4108,13 +4108,13 @@ OLD_LIBS=${LIBS}
|
||||
@ -7,14 +7,14 @@ $OpenBSD: patch-source_configure,v 1.4 2009/01/27 22:11:15 landry Exp $
|
||||
|
||||
-echo "$as_me:$LINENO: checking for pthread_attr_init in -lpthread" >&5
|
||||
-echo $ECHO_N "checking for pthread_attr_init in -lpthread... $ECHO_C" >&6
|
||||
+echo "$as_me:$LINENO: checking for pthread_attr_init in -phtread" >&5
|
||||
+echo $ECHO_N "checking for pthread_attr_init in -phtread... $ECHO_C" >&6
|
||||
+echo "$as_me:$LINENO: checking for pthread_attr_init in -pthread" >&5
|
||||
+echo $ECHO_N "checking for pthread_attr_init in -pthread... $ECHO_C" >&6
|
||||
if test "${ac_cv_lib_pthread_pthread_attr_init+set}" = set; then
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
ac_check_lib_save_LIBS=$LIBS
|
||||
-LIBS="-lpthread $LIBS"
|
||||
+LIBS="-phtread $LIBS"
|
||||
+LIBS="-pthread $LIBS"
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
/* confdefs.h. */
|
||||
_ACEOF
|
||||
@ -23,7 +23,7 @@ $OpenBSD: patch-source_configure,v 1.4 2009/01/27 22:11:15 landry Exp $
|
||||
_ACEOF
|
||||
|
||||
- LIBS="-lpthread $LIBS"
|
||||
+ LIBS="-phtread $LIBS"
|
||||
+ LIBS="-pthread $LIBS"
|
||||
|
||||
fi
|
||||
|
||||
@ -33,14 +33,14 @@ $OpenBSD: patch-source_configure,v 1.4 2009/01/27 22:11:15 landry Exp $
|
||||
|
||||
-echo "$as_me:$LINENO: checking for pthread_mutex_init in -lpthread" >&5
|
||||
-echo $ECHO_N "checking for pthread_mutex_init in -lpthread... $ECHO_C" >&6
|
||||
+echo "$as_me:$LINENO: checking for pthread_mutex_init in -phtread" >&5
|
||||
+echo $ECHO_N "checking for pthread_mutex_init in -phtread... $ECHO_C" >&6
|
||||
+echo "$as_me:$LINENO: checking for pthread_mutex_init in -pthread" >&5
|
||||
+echo $ECHO_N "checking for pthread_mutex_init in -pthread... $ECHO_C" >&6
|
||||
if test "${ac_cv_lib_pthread_pthread_mutex_init+set}" = set; then
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
ac_check_lib_save_LIBS=$LIBS
|
||||
-LIBS="-lpthread $LIBS"
|
||||
+LIBS="-phtread $LIBS"
|
||||
+LIBS="-pthread $LIBS"
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
/* confdefs.h. */
|
||||
_ACEOF
|
||||
@ -49,7 +49,7 @@ $OpenBSD: patch-source_configure,v 1.4 2009/01/27 22:11:15 landry Exp $
|
||||
_ACEOF
|
||||
|
||||
- LIBS="-lpthread $LIBS"
|
||||
+ LIBS="-phtread $LIBS"
|
||||
+ LIBS="-pthread $LIBS"
|
||||
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user