From 809d1bd4e0a8a5a2aa1bb128bc93e2f0f592c50e Mon Sep 17 00:00:00 2001 From: makc Date: Sun, 15 Mar 2009 19:52:19 +0000 Subject: Enable pthread to fix crash in Kopete PR: 132087 Submitted by: Bartosz Fabianowski Approved by: Marcin Wisnicki (maintainer) --- polish/libgadu/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'polish') diff --git a/polish/libgadu/Makefile b/polish/libgadu/Makefile index 6523999b9758..400849db8465 100644 --- a/polish/libgadu/Makefile +++ b/polish/libgadu/Makefile @@ -6,6 +6,7 @@ PORTNAME= libgadu PORTVERSION= 1.8.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= polish net MASTER_SITES= http://toxygen.net/libgadu/files/ @@ -19,7 +20,7 @@ USE_GMAKE= yes USE_GNOME= gnomehack pkgconfig GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-shared --disable-static +CONFIGURE_ARGS= --enable-shared --disable-static --with-pthread USE_LDCONFIG= yes -- cgit