2004-04-29 08:30:56 +00:00
|
|
|
# New ports collection makefile for: libjit
|
|
|
|
# Date created: 2004-04-27
|
|
|
|
# Whom: michael johnson <ahze@ahze.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libjit
|
2006-02-20 20:23:47 +00:00
|
|
|
PORTVERSION= 0.0.6
|
2004-04-29 08:30:56 +00:00
|
|
|
CATEGORIES= lang
|
|
|
|
MASTER_SITES= http://www.southern-storm.com.au/download/
|
|
|
|
|
2004-10-12 12:31:34 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-04-29 08:30:56 +00:00
|
|
|
COMMENT= Libjit implements Just-In-Time compilation functionality
|
|
|
|
|
2007-02-01 02:42:05 +00:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2004-04-29 08:30:56 +00:00
|
|
|
USE_GMAKE= yes
|
2006-02-23 10:40:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2004-08-09 08:27:31 +00:00
|
|
|
|
2006-08-15 00:29:13 +00:00
|
|
|
USE_LDCONFIG= yes
|
2004-08-09 08:27:31 +00:00
|
|
|
|
2004-04-29 08:30:56 +00:00
|
|
|
INFO= libjit
|
|
|
|
MAN3= libjit.3
|
|
|
|
|
2004-06-19 09:21:28 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2006-09-17 20:08:47 +00:00
|
|
|
.if ${ARCH} == "ia64"
|
2006-02-20 20:23:47 +00:00
|
|
|
BROKEN= Segfault during build
|
2005-03-26 20:33:56 +00:00
|
|
|
.endif
|
|
|
|
|
2004-08-21 06:11:56 +00:00
|
|
|
post-patch:
|
|
|
|
.if ${OSVERSION} >= 502128
|
|
|
|
@${REINPLACE_CMD} -e 's|#undef HAVE_TGMATH_H||' \
|
|
|
|
${WRKSRC}/config.h.in
|
|
|
|
.endif
|
|
|
|
|
2006-02-20 20:23:47 +00:00
|
|
|
post-configure:
|
|
|
|
.if ${OSVERSION} >= 502123 && ${ARCH} != "amd64"
|
2005-06-10 04:36:43 +00:00
|
|
|
@${REINPLACE_CMD} -e 's|$$pic_flag -DPIC||' \
|
2006-02-20 20:23:47 +00:00
|
|
|
${WRKSRC}/libtool
|
2005-06-10 04:36:43 +00:00
|
|
|
.endif
|
|
|
|
|
2004-06-19 09:21:28 +00:00
|
|
|
.include <bsd.port.post.mk>
|