diff options
author | Johan van Selst <johans@FreeBSD.org> | 2011-01-10 22:11:56 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2011-01-10 22:11:56 +0000 |
commit | fa94784cfd131ae673960f8fda020cc1d52ac90e (patch) | |
tree | 693c84f94cd82ea2c0c4d22b1eb371b9f53f0df6 /net-im/climm | |
parent | e75d56626b6329664fe0ffbaba21cafa1b1e8998 (diff) | |
download | ports-fa94784cfd131ae673960f8fda020cc1d52ac90e.tar.gz ports-fa94784cfd131ae673960f8fda020cc1d52ac90e.zip |
Fix compilation with XMPP option
PR: ports/153850
Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com>
Notes
Notes:
svn path=/head/; revision=267617
Diffstat (limited to 'net-im/climm')
-rw-r--r-- | net-im/climm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-im/climm/Makefile b/net-im/climm/Makefile index 93dcb2dd3a2f..26d22a7ac0e9 100644 --- a/net-im/climm/Makefile +++ b/net-im/climm/Makefile @@ -80,6 +80,7 @@ LIB_DEPENDS+= iksemel:${PORTSDIR}/textproc/iksemel \ post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS =/s/ doc//' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e '/^noinst_LIBRARIES/d' ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} -e '/ac_lib/s/tcl8\./tcl8/g' \ -e '/libgnutls_config_version=/s/--version/--modversion/' \ ${WRKSRC}/configure |