aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2011-07-30 22:49:55 +0800
committerarved <arved@FreeBSD.org>2011-07-30 22:49:55 +0800
commit8b01b1bcd127b415521715534f96e9a62e84709a (patch)
treeed7adb2c2e329f8a3de4c93309aafd5f1f9e3044
parentf4d5c31e438c94fb6d2d6c2b55fdef81eaf839d7 (diff)
downloadfreebsd-ports-gnome-8b01b1bcd127b415521715534f96e9a62e84709a.tar.gz
freebsd-ports-gnome-8b01b1bcd127b415521715534f96e9a62e84709a.tar.zst
freebsd-ports-gnome-8b01b1bcd127b415521715534f96e9a62e84709a.zip
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@
-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"