diff options
author | makc <makc@FreeBSD.org> | 2009-03-16 03:52:19 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2009-03-16 03:52:19 +0800 |
commit | 809d1bd4e0a8a5a2aa1bb128bc93e2f0f592c50e (patch) | |
tree | 22d55d4f220984a89f0a4ada1968846945b39c1b /polish/libgadu | |
parent | 306a6aacc81cbeeebaa5e66239ab4984c5704cad (diff) | |
download | freebsd-ports-gnome-809d1bd4e0a8a5a2aa1bb128bc93e2f0f592c50e.tar.gz freebsd-ports-gnome-809d1bd4e0a8a5a2aa1bb128bc93e2f0f592c50e.tar.zst freebsd-ports-gnome-809d1bd4e0a8a5a2aa1bb128bc93e2f0f592c50e.zip |
Enable pthread to fix crash in Kopete
PR: 132087
Submitted by: Bartosz Fabianowski <freebsd at chillt.de>
Approved by: Marcin Wisnicki (maintainer)
Diffstat (limited to 'polish/libgadu')
-rw-r--r-- | polish/libgadu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |