aboutsummaryrefslogtreecommitdiff
path: root/lang/libjit
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2005-06-02 20:28:41 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2005-06-02 20:28:41 +0000
commit392aa128b51ff968e6db11f38b7ba6f6d0dedd33 (patch)
tree539bd22aa3ba684b6facf9ee9560d8d0cdb7c812 /lang/libjit
parenta210c68356ff0dded5c7b63ac4b2d501473a84e2 (diff)
downloadports-392aa128b51ff968e6db11f38b7ba6f6d0dedd33.tar.gz
ports-392aa128b51ff968e6db11f38b7ba6f6d0dedd33.zip
Notes
Diffstat (limited to 'lang/libjit')
-rw-r--r--lang/libjit/Makefile5
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