diff options
author | johans <johans@FreeBSD.org> | 2011-01-11 06:11:56 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2011-01-11 06:11:56 +0800 |
commit | 959323a4c665315886aa9fc764b00ef95c9d89d0 (patch) | |
tree | 32d1b80759cc29e10d2c4ef2b480a2ba094c9fa3 /net-im/climm | |
parent | c6d65e8638d6efce05a9bf58ad67b9c3b58f147d (diff) | |
download | freebsd-ports-gnome-959323a4c665315886aa9fc764b00ef95c9d89d0.tar.gz freebsd-ports-gnome-959323a4c665315886aa9fc764b00ef95c9d89d0.tar.zst freebsd-ports-gnome-959323a4c665315886aa9fc764b00ef95c9d89d0.zip |
Fix compilation with XMPP option
PR: ports/153850
Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com>
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 |