1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/lang/libjit/Makefile

44 lines
833 B
Makefile
Raw Normal View History

# New ports collection makefile for: libjit
# Date created: 2004-04-27
# Whom: michael johnson <ahze@ahze.net>
#
# $FreeBSD$
#
PORTNAME= libjit
PORTVERSION= 0.0.6
CATEGORIES= lang
MASTER_SITES= http://www.southern-storm.com.au/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Libjit implements Just-In-Time compilation functionality
USE_AUTOTOOLS= libtool:15
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
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"
BROKEN= Segfault during build
.endif
post-patch:
.if ${OSVERSION} >= 502128
@${REINPLACE_CMD} -e 's|#undef HAVE_TGMATH_H||' \
${WRKSRC}/config.h.in
.endif
post-configure:
.if ${OSVERSION} >= 502123 && ${ARCH} != "amd64"
@${REINPLACE_CMD} -e 's|$$pic_flag -DPIC||' \
${WRKSRC}/libtool
.endif
2004-06-19 09:21:28 +00:00
.include <bsd.port.post.mk>