diff options
author | bland <bland@FreeBSD.org> | 2005-11-08 16:07:26 +0800 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2005-11-08 16:07:26 +0800 |
commit | d4094538fe1b681abc9671c1504d279046ea6587 (patch) | |
tree | efceab432f96b12b6cb6eec9cc0c53476bf0562c /textproc | |
parent | d528d47c61cb51bc8dd907e72aa104ac5653ebd1 (diff) | |
download | freebsd-ports-gnome-d4094538fe1b681abc9671c1504d279046ea6587.tar.gz freebsd-ports-gnome-d4094538fe1b681abc9671c1504d279046ea6587.tar.zst freebsd-ports-gnome-d4094538fe1b681abc9671c1504d279046ea6587.zip |
Nuke nasty Gentoo ltmail.sh version sanity check to unbreak build.
Reported by: many
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxml++26/Makefile | 2 |
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 |