diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-08-03 23:15:28 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-08-03 23:15:28 +0000 |
commit | e4600a3f564911fac4693b7de09ce4087e793ec8 (patch) | |
tree | 8caac799a831359f11f514e00aa9838fbc5ff087 /net-im/loudmouth/Makefile | |
parent | bb5a901564514e90561d3e5a92cf2e4c88490f2e (diff) |
Notes
Diffstat (limited to 'net-im/loudmouth/Makefile')
-rw-r--r-- | net-im/loudmouth/Makefile | 4 |
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 |