aboutsummaryrefslogtreecommitdiff
path: root/net-im/loudmouth/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2008-08-03 23:15:28 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2008-08-03 23:15:28 +0000
commite4600a3f564911fac4693b7de09ce4087e793ec8 (patch)
tree8caac799a831359f11f514e00aa9838fbc5ff087 /net-im/loudmouth/Makefile
parentbb5a901564514e90561d3e5a92cf2e4c88490f2e (diff)
Notes
Diffstat (limited to 'net-im/loudmouth/Makefile')
-rw-r--r--net-im/loudmouth/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/loudmouth/Makefile b/net-im/loudmouth/Makefile
index 2c0d9a6d7324..50df4f69beb4 100644
--- a/net-im/loudmouth/Makefile
+++ b/net-im/loudmouth/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= loudmouth
-PORTVERSION= 1.4.0
+PORTVERSION= 1.4.1
CATEGORIES= net-im gnome
MASTER_SITES= http://ftp.imendio.com/pub/imendio/loudmouth/src/ \
${MASTER_SITE_GNOME}
@@ -24,7 +24,7 @@ USE_LDCONFIG= yes
USE_GNOME= gnomehack glib20 ltverhack
CONFIGURE_ARGS= --disable-gtk-doc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+ LDFLAGS="-Wl,-Bsymbolic -L${LOCALBASE}/lib"
OPTIONS= GNUTLS "Enable SSL (via GnuTLS) support" on