Index: head/lang/libjit/Makefile =================================================================== --- head/lang/libjit/Makefile (revision 116872) +++ head/lang/libjit/Makefile (revision 116873) @@ -1,37 +1,43 @@ # New ports collection makefile for: libjit # Date created: 2004-04-27 # Whom: michael johnson # # $FreeBSD$ # PORTNAME= libjit PORTVERSION= 0.0.4 CATEGORIES= lang MASTER_SITES= http://www.southern-storm.com.au/download/ MAINTAINER= ahze@ahze.net COMMENT= Libjit implements Just-In-Time compilation functionality USE_GMAKE= yes USE_INC_LIBTOOL_VER=13 USE_REINPLACE= yes INSTALLS_SHLIB= yes INFO= libjit MAN3= libjit.3 .include .if ${ARCH} == "amd64" BROKEN= "Does not compile on amd64" .endif +post-patch: +.if ${OSVERSION} >= 502128 + @${REINPLACE_CMD} -e 's|#undef HAVE_TGMATH_H||' \ + ${WRKSRC}/config.h.in +.endif + post-configure: .if ${OSVERSION} >= 502123 @${REINPLACE_CMD} -e 's|$$pic_flag -DPIC||' \ ${WRKSRC}/libtool .endif .include Property changes on: head/lang/libjit/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property