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@
This commit is contained in:
parent
ce3f034ed9
commit
92c6ee8c97
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278571
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue