- remove now unneeded -lpthread/-pthread chunk
This commit is contained in:
parent
b9dff7e387
commit
4a2b52bf7f
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.32 2011/11/13 13:54:04 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.33 2012/08/19 20:56:25 jasper Exp $
|
||||
|
||||
COMMENT= tools to talk to GSM cellular phones
|
||||
|
||||
DISTNAME= gnokii-0.6.14
|
||||
REVISION= 16
|
||||
REVISION= 17
|
||||
CATEGORIES= comms x11
|
||||
SHARED_LIBS += gnokii 2.7 # .3.0
|
||||
|
||||
|
@ -1,15 +1,6 @@
|
||||
$OpenBSD: patch-configure,v 1.2 2009/01/26 10:59:14 ajacoutot Exp $
|
||||
$OpenBSD: patch-configure,v 1.3 2012/08/19 20:56:25 jasper Exp $
|
||||
--- configure.orig Mon Aug 28 00:37:13 2006
|
||||
+++ configure Mon Jan 26 11:47:19 2009
|
||||
@@ -27413,7 +27413,7 @@ fi;
|
||||
USE_LIBICAL="no"
|
||||
OLD_LIBS="$LIBS"
|
||||
OLD_CFLAGS="$CFLAGS"
|
||||
-LIBS="$LIBS $ICAL_LIBS -lpthread -lical"
|
||||
+LIBS="$LIBS $ICAL_LIBS -pthread -lical"
|
||||
CFLAGS="$CFLAGS $ICAL_CFLAGS"
|
||||
echo "$as_me:$LINENO: checking whether libical is installed" >&5
|
||||
echo $ECHO_N "checking whether libical is installed... $ECHO_C" >&6
|
||||
@@ -32748,7 +32748,7 @@ s,@LIBOBJS@,$LIBOBJS,;t t
|
||||
s,@SET_RELOCATABLE@,$SET_RELOCATABLE,;t t
|
||||
s,@RELOCATABLE_VIA_LD_TRUE@,$RELOCATABLE_VIA_LD_TRUE,;t t
|
||||
|
@ -1,9 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2012/08/04 19:29:16 fgsch Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2012/08/19 21:00:23 jasper Exp $
|
||||
|
||||
COMMENT-main = japanese morphological analyzer engine
|
||||
COMMENT-ipadic = IPA japanese dictionary for mecab
|
||||
|
||||
DISTNAME = mecab-0.994
|
||||
REVISION-main = 0
|
||||
REVISION-ipadic = 0
|
||||
PKGNAME-main = ${DISTNAME}
|
||||
PKGNAME-ipadic = mecab-ipadic-2.7.0
|
||||
|
||||
|
@ -1,24 +1,6 @@
|
||||
$OpenBSD: patch-configure,v 1.1.1.1 2012/03/20 23:43:12 fgsch Exp $
|
||||
$OpenBSD: patch-configure,v 1.2 2012/08/19 21:00:23 jasper Exp $
|
||||
--- configure.orig Fri Feb 10 16:24:56 2012
|
||||
+++ configure Thu Mar 15 10:43:52 2012
|
||||
@@ -17770,7 +17770,7 @@ if test "x$ac_cv_lib_pthread_pthread_create" = xyes; t
|
||||
#define HAVE_LIBPTHREAD 1
|
||||
_ACEOF
|
||||
|
||||
- LIBS="-lpthread $LIBS"
|
||||
+ LIBS="-pthread $LIBS"
|
||||
|
||||
fi
|
||||
|
||||
@@ -17815,7 +17815,7 @@ if test "x$ac_cv_lib_pthread_pthread_join" = xyes; the
|
||||
#define HAVE_LIBPTHREAD 1
|
||||
_ACEOF
|
||||
|
||||
- LIBS="-lpthread $LIBS"
|
||||
+ LIBS="-pthread $LIBS"
|
||||
|
||||
fi
|
||||
|
||||
@@ -17981,8 +17981,8 @@ $as_echo "no" >&6; }
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user