From 92c6ee8c97f2dd433666cdf211a7fa2d63e7f956 Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Sat, 30 Jul 2011 14:49:55 +0000 Subject: 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@ --- net-im/loudmouth/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net-im/loudmouth') 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" -- cgit v1.2.3