aboutsummaryrefslogtreecommitdiff
path: root/cad/brlcad
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2008-04-05 21:36:40 +0000
committerMartin Matuska <mm@FreeBSD.org>2008-04-05 21:36:40 +0000
commite4edfa4475483ac1ddd1653150582e0ff3e4bf5a (patch)
treea7619f7144b37c3bb2fdae2396b992071647579b /cad/brlcad
parent1671d92c73ff77e028ea1b4eedc432e43a1bdae1 (diff)
downloadports-e4edfa4475483ac1ddd1653150582e0ff3e4bf5a.tar.gz
ports-e4edfa4475483ac1ddd1653150582e0ff3e4bf5a.zip
- Fix build with all Tcl 8.5 patchlevels
Notes
Notes: svn path=/head/; revision=210621
Diffstat (limited to 'cad/brlcad')
-rw-r--r--cad/brlcad/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/brlcad/Makefile b/cad/brlcad/Makefile
index cd9e4aafb500..b827986b6cd5 100644
--- a/cad/brlcad/Makefile
+++ b/cad/brlcad/Makefile
@@ -120,7 +120,7 @@ CONFIGURE_ARGS+= --disable-debug --enable-optimized
.endif
post-patch:
- ${REINPLACE_CMD} "s+8\.5a6+8.5.1+" ${WRKSRC}/src/other/tcl/library/init.tcl
+ ${REINPLACE_CMD} "s+-exact Tcl 8\.5a6+Tcl 8.5+" ${WRKSRC}/src/other/tcl/library/init.tcl
pre-install:
${CP} ${FILESDIR}/mged.sh ${WRKSRC}