aboutsummaryrefslogtreecommitdiff
path: root/lang/libjit/Makefile
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-02-20 20:23:47 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-02-20 20:23:47 +0000
commit3419ccf917e164a274f08a9d5e4e4aff76583e16 (patch)
treeddef75743754241ccd40a86a3b60e060622e7432 /lang/libjit/Makefile
parent94fc6d49c2c624464cd4d094d91ea7d5312c080e (diff)
downloadports-3419ccf917e164a274f08a9d5e4e4aff76583e16.tar.gz
ports-3419ccf917e164a274f08a9d5e4e4aff76583e16.zip
Notes
Diffstat (limited to 'lang/libjit/Makefile')
-rw-r--r--lang/libjit/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/lang/libjit/Makefile b/lang/libjit/Makefile
index ff1c821dea95..341937c51c5d 100644
--- a/lang/libjit/Makefile
+++ b/lang/libjit/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libjit
-PORTVERSION= 0.0.4
+PORTVERSION= 0.0.6
CATEGORIES= lang
MASTER_SITES= http://www.southern-storm.com.au/download/
@@ -15,7 +15,6 @@ COMMENT= Libjit implements Just-In-Time compilation functionality
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:13:inc
-USE_REINPLACE= yes
INSTALLS_SHLIB= yes
@@ -25,7 +24,7 @@ MAN3= libjit.3
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
-BROKEN= "Segfault during build"
+BROKEN= Segfault during build
.endif
post-patch:
@@ -34,10 +33,10 @@ post-patch:
${WRKSRC}/config.h.in
.endif
-post-configure:
-.if ${OSVERSION} >= 502123 && ${ARCH} != "amd64"
+post-configure:
+.if ${OSVERSION} >= 502123 && ${ARCH} != "amd64"
@${REINPLACE_CMD} -e 's|$$pic_flag -DPIC||' \
- ${WRKSRC}/libtool
+ ${WRKSRC}/libtool
.endif
.include <bsd.port.post.mk>