Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= libjit |
8 |
PORTNAME= libjit |
9 |
PORTVERSION= 0.0.2 |
9 |
PORTVERSION= 0.0.4 |
10 |
CATEGORIES= lang |
10 |
CATEGORIES= lang |
11 |
MASTER_SITES= http://www.southern-storm.com.au/download/ |
11 |
MASTER_SITES= http://www.southern-storm.com.au/download/ |
12 |
|
12 |
|
Lines 14-23
Link Here
|
14 |
COMMENT= Libjit implements Just-In-Time compilation functionality |
14 |
COMMENT= Libjit implements Just-In-Time compilation functionality |
15 |
|
15 |
|
16 |
USE_GMAKE= yes |
16 |
USE_GMAKE= yes |
17 |
GNU_CONFIGURE= yes |
17 |
USE_INC_LIBTOOL_VER=13 |
|
|
18 |
USE_REINPLACE= yes |
19 |
|
20 |
INSTALLS_SHLIB= yes |
21 |
|
18 |
INFO= libjit |
22 |
INFO= libjit |
19 |
MAN3= libjit.3 |
23 |
MAN3= libjit.3 |
20 |
INSTALLS_SHLIB= yes |
|
|
21 |
|
24 |
|
22 |
.include <bsd.port.pre.mk> |
25 |
.include <bsd.port.pre.mk> |
23 |
|
26 |
|
Lines 25-28
Link Here
|
25 |
BROKEN= "Does not compile on amd64" |
28 |
BROKEN= "Does not compile on amd64" |
26 |
.endif |
29 |
.endif |
27 |
|
30 |
|
|
|
31 |
post-configure: |
32 |
.if ${OSVERSION} >= 502123 |
33 |
@${REINPLACE_CMD} -e 's|$$pic_flag -DPIC||' \ |
34 |
${WRKSRC}/libtool |
35 |
.endif |
36 |
|
28 |
.include <bsd.port.post.mk> |
37 |
.include <bsd.port.post.mk> |