diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-06-02 20:28:41 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-06-02 20:28:41 +0000 |
commit | 392aa128b51ff968e6db11f38b7ba6f6d0dedd33 (patch) | |
tree | 539bd22aa3ba684b6facf9ee9560d8d0cdb7c812 /lang/libjit | |
parent | a210c68356ff0dded5c7b63ac4b2d501473a84e2 (diff) | |
download | ports-392aa128b51ff968e6db11f38b7ba6f6d0dedd33.tar.gz ports-392aa128b51ff968e6db11f38b7ba6f6d0dedd33.zip |
Notes
Diffstat (limited to 'lang/libjit')
-rw-r--r-- | lang/libjit/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/libjit/Makefile b/lang/libjit/Makefile index 9f22c353b032..cdb93ef3d586 100644 --- a/lang/libjit/Makefile +++ b/lang/libjit/Makefile @@ -14,8 +14,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Libjit implements Just-In-Time compilation functionality USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 USE_REINPLACE= yes +USE_CONFIGURE= yes INSTALLS_SHLIB= yes @@ -29,6 +30,8 @@ BROKEN= "Segfault during build" .endif post-patch: + @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ + ${WRKSRC}/configure .if ${OSVERSION} >= 502128 @${REINPLACE_CMD} -e 's|#undef HAVE_TGMATH_H||' \ ${WRKSRC}/config.h.in |