diff options
author | mat <mat@FreeBSD.org> | 2006-08-17 17:52:33 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2006-08-17 17:52:33 +0800 |
commit | ccff1e2bc227002e7ef5f1fa5497a1d806b9a59d (patch) | |
tree | 181c0ade42fa802c67168734866284a54cc9c27d /x11-toolkits | |
parent | 3587ba082208e13f8d220469a5f2ccd66faf4ad5 (diff) | |
download | freebsd-ports-gnome-ccff1e2bc227002e7ef5f1fa5497a1d806b9a59d.tar.gz freebsd-ports-gnome-ccff1e2bc227002e7ef5f1fa5497a1d806b9a59d.tar.zst freebsd-ports-gnome-ccff1e2bc227002e7ef5f1fa5497a1d806b9a59d.zip |
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
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/p5-TclTk/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
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 <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500601 # lang/p5-Tcl does |