Lines 19-24
Link Here
|
19 |
USE_LDCONFIG= yes |
19 |
USE_LDCONFIG= yes |
20 |
GNU_CONFIGURE= yes |
20 |
GNU_CONFIGURE= yes |
21 |
|
21 |
|
|
|
22 |
.include <bsd.port.pre.mk> |
23 |
.if ${ARCH} == "i386" |
24 |
LLD_UNSAFE= yes |
25 |
.endif |
26 |
|
22 |
INSTALL_TARGET= install-strip |
27 |
INSTALL_TARGET= install-strip |
23 |
INFO= libffi |
28 |
INFO= libffi |
24 |
PLIST_SUB= PORTVERSION=${PORTVERSION} |
29 |
PLIST_SUB= PORTVERSION=${PORTVERSION} |
Lines 34-37
Link Here
|
34 |
@${LN} -sf ../lib/libffi-${PORTVERSION}/include/ffitarget.h \ |
39 |
@${LN} -sf ../lib/libffi-${PORTVERSION}/include/ffitarget.h \ |
35 |
${STAGEDIR}${PREFIX}/include/ |
40 |
${STAGEDIR}${PREFIX}/include/ |
36 |
|
41 |
|
37 |
.include <bsd.port.mk> |
42 |
.include <bsd.port.post.mk> |