summaryrefslogtreecommitdiff
path: root/net-im/loudmouth
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2011-07-30 14:49:55 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2011-07-30 14:49:55 +0000
commit92c6ee8c97f2dd433666cdf211a7fa2d63e7f956 (patch)
tree2a6e24bb4a5800dfb0b710cea0b7eecd1225af83 /net-im/loudmouth
parentMark as broken on tier-2: invokes i386 asm. (diff)
Revision 1.54 of Makefile added --enable-debug=no to CONFIGURE_ARGS.
This option actually enables debugging, resulting in irssi-xmpp becoming quite useless because of tons of debug messages from loudmouth. Remove --enable-debug again and bump PORTREVISION PR: 158720 Approved by: no response from gnome@
Notes
Notes: svn path=/head/; revision=278571
Diffstat (limited to 'net-im/loudmouth')
-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 dab4ace4f89b..3a797c8dc187 100644
--- a/net-im/loudmouth/Makefile
+++ b/net-im/loudmouth/Makefile
@@ -7,7 +7,7 @@
PORTNAME= loudmouth
PORTVERSION= 1.4.3
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= net-im gnome
MASTER_SITES= http://ftp.imendio.com/pub/imendio/loudmouth/src/ \
GNOME
@@ -23,7 +23,7 @@ USE_GETTEXT= yes
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
USE_GNOME= gnomehack glib20 ltverhack
-CONFIGURE_ARGS= --disable-gtk-doc --enable-debug=no
+CONFIGURE_ARGS= --disable-gtk-doc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-Wl,-Bsymbolic -L${LOCALBASE}/lib"