Lines 20-27
LIB_DEPENDS= libgmp.so:math/gmp \
Link Here
|
20 |
BUILD_DEPENDS+= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss |
20 |
BUILD_DEPENDS+= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss |
21 |
RUN_DEPENDS+= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss |
21 |
RUN_DEPENDS+= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss |
22 |
|
22 |
|
23 |
USES= cpe gmake iconv libtool localbase makeinfo pathfix pkgconfig \ |
23 |
USES= compiler cpe gmake iconv libtool localbase makeinfo \ |
24 |
tar:xz |
24 |
pathfix pkgconfig tar:xz |
25 |
USE_LDCONFIG= yes |
25 |
USE_LDCONFIG= yes |
26 |
GNU_CONFIGURE= yes |
26 |
GNU_CONFIGURE= yes |
27 |
CONFIGURE_ARGS= --disable-guile \ |
27 |
CONFIGURE_ARGS= --disable-guile \ |
Lines 64-69
ZLIB_CONFIGURE_WITH= zlib
Link Here
|
64 |
|
64 |
|
65 |
INFO= gnutls gnutls-guile |
65 |
INFO= gnutls gnutls-guile |
66 |
|
66 |
|
|
|
67 |
.include <bsd.port.pre.mk> |
68 |
|
69 |
# XXX CHOSEN_COMPILER_VERSION isn't supported, so check CXX hasn't changed |
70 |
.if ${ARCH} == aarch64 && ${CC} == cc && \ |
71 |
${COMPILER_TYPE} == clang && ${COMPILER_VERSION} < 39 |
72 |
BUILD_DEPENDS+= as:devel/binutils |
73 |
CFLAGS+= -no-integrated-as |
74 |
.endif |
75 |
|
67 |
post-patch: |
76 |
post-patch: |
68 |
@${RM} ${WRKSRC}/doc/*.info* |
77 |
@${RM} ${WRKSRC}/doc/*.info* |
69 |
|
78 |
|
Lines 71-74
post-install:
Link Here
|
71 |
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR} |
80 |
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR} |
72 |
${INSTALL_DATA} ${WRKSRC}/doc/examples/*.[ch] ${STAGEDIR}${EXAMPLESDIR} |
81 |
${INSTALL_DATA} ${WRKSRC}/doc/examples/*.[ch] ${STAGEDIR}${EXAMPLESDIR} |
73 |
|
82 |
|
74 |
.include <bsd.port.mk> |
83 |
.include <bsd.port.post.mk> |