From ccff1e2bc227002e7ef5f1fa5497a1d806b9a59d Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 17 Aug 2006 09:52:33 +0000 Subject: There's some bug somewhere in some cleanup routine of either tcl84 or p5-Tcl which dumps a core at cleanup time when exiting when using MALLOC_OPTIONS=AJ. As it still produces a nice Makefile and the port builds fine afterwards, allow the perl Makefile.PL part to fail badly. Noticed by: kris via pointyhat --- x11-toolkits/p5-TclTk/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'x11-toolkits') diff --git a/x11-toolkits/p5-TclTk/Makefile b/x11-toolkits/p5-TclTk/Makefile index 694fdd3c0fbb..68859c914ce6 100644 --- a/x11-toolkits/p5-TclTk/Makefile +++ b/x11-toolkits/p5-TclTk/Makefile @@ -22,6 +22,13 @@ PERL_CONFIGURE= yes MAN3= Tcl::Tk.3 +do-configure: + -@cd ${CONFIGURE_WRKSRC} && \ + ${SETENV} ${CONFIGURE_ENV} \ + ${PERL5} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS} + @cd ${CONFIGURE_WRKSRC} && \ + ${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' Makefile + .include .if ${PERL_LEVEL} < 500601 # lang/p5-Tcl does -- cgit