aboutsummaryrefslogtreecommitdiff
path: root/textproc/libxml++26
diff options
context:
space:
mode:
authorAlexander Nedotsukov <bland@FreeBSD.org>2005-11-08 08:07:26 +0000
committerAlexander Nedotsukov <bland@FreeBSD.org>2005-11-08 08:07:26 +0000
commita4a2384ae35549190ee9e7e0c1f9091858f4112c (patch)
tree2810baf1b70d3f491da68e9b8c4e9eeb41693f8f /textproc/libxml++26
parent4257b6cc77530332a3b22a91adb457e7a2332a3d (diff)
downloadports-a4a2384ae35549190ee9e7e0c1f9091858f4112c.tar.gz
ports-a4a2384ae35549190ee9e7e0c1f9091858f4112c.zip
Nuke nasty Gentoo ltmail.sh version sanity check to unbreak build.
Reported by: many
Notes
Notes: svn path=/head/; revision=147549
Diffstat (limited to 'textproc/libxml++26')
-rw-r--r--textproc/libxml++26/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/libxml++26/Makefile b/textproc/libxml++26/Makefile
index 58a9844e5436..72db72001caf 100644
--- a/textproc/libxml++26/Makefile
+++ b/textproc/libxml++26/Makefile
@@ -33,6 +33,8 @@ PLIST_SUB= VERSION="2.6" API_VERSION="2.6"
post-patch:
@${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \
${WRKSRC}/Makefile.in
+ @${REINPLACE_CMD} -e '/^gentoo_ltmain_version=/s/`.*`/$$gentoo_lt_version/' \
+ ${WRKSRC}/configure
.if defined(NOPORTDOCS)
@${REINPLACE_CMD} -E '/^SUBDIRS = /s/(docs|examples)//g' ${WRKSRC}/Makefile.in
.endif