diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2009-03-15 19:52:19 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2009-03-15 19:52:19 +0000 |
commit | 77ea97e4af8cecfa9ffa0c39430f55757e146a80 (patch) | |
tree | 6a2648f3551f28bf670b77a28ab8c05b9d83c547 /polish | |
parent | d57d8b0c6c223cf70dd05ee378eb049d3d5e19fd (diff) | |
download | ports-77ea97e4af8cecfa9ffa0c39430f55757e146a80.tar.gz ports-77ea97e4af8cecfa9ffa0c39430f55757e146a80.zip |
Notes
Diffstat (limited to 'polish')
-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 |