From 77ea97e4af8cecfa9ffa0c39430f55757e146a80 Mon Sep 17 00:00:00 2001 From: Max Brazhnikov Date: Sun, 15 Mar 2009 19:52:19 +0000 Subject: [PATCH] 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(-) 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