Lines 22-28
Link Here
|
22 |
LICENSE_FILE= ${WRKSRC}/LICENSE.txt |
22 |
LICENSE_FILE= ${WRKSRC}/LICENSE.txt |
23 |
|
23 |
|
24 |
IGNORE_powerpc64= ./lightning/lightning.h:81:2: GNU lightning does not support the current target |
24 |
IGNORE_powerpc64= ./lightning/lightning.h:81:2: GNU lightning does not support the current target |
25 |
BROKEN_i386= segfaults during build |
|
|
26 |
|
25 |
|
27 |
LIB_DEPENDS= libcairo.so:graphics/cairo \ |
26 |
LIB_DEPENDS= libcairo.so:graphics/cairo \ |
28 |
libffi.so:devel/libffi \ |
27 |
libffi.so:devel/libffi \ |
Lines 52-62
Link Here
|
52 |
|
51 |
|
53 |
FUTURES_DESC= Enable futures |
52 |
FUTURES_DESC= Enable futures |
54 |
JIT_DESC= Enable JIT compiler |
53 |
JIT_DESC= Enable JIT compiler |
55 |
JIT_CFLAGS= -msse -msse2 -mfpmath=sse |
|
|
56 |
|
54 |
|
|
|
55 |
FUTURES_IMPLIES= JIT |
57 |
FUTURES_CONFIGURE_ENABLE= futures |
56 |
FUTURES_CONFIGURE_ENABLE= futures |
58 |
JIT_CONFIGURE_ENABLE= jit |
57 |
JIT_CONFIGURE_ENABLE= jit |
59 |
|
58 |
|
|
|
59 |
.include <bsd.port.options.mk> |
60 |
|
61 |
.if ${PORT_OPTIONS:MJIT} && ${ARCH} == "amd64" |
62 |
CFLAGS+= -msse -msse2 -mfpmath=sse |
63 |
.endif |
64 |
|
60 |
post-install: |
65 |
post-install: |
61 |
${FIND} ${STAGEDIR}${PREFIX} -type d -empty -delete |
66 |
${FIND} ${STAGEDIR}${PREFIX} -type d -empty -delete |
62 |
${REINPLACE_CMD} -e "s@${STAGEDIR}@@" ${STAGEDIR}${PREFIX}/share/applications/*.desktop |
67 |
${REINPLACE_CMD} -e "s@${STAGEDIR}@@" ${STAGEDIR}${PREFIX}/share/applications/*.desktop |