From 55dbc622c9b404b2c0b1720f2e06e9b4c869712c Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Fri, 5 Jan 2018 02:58:09 +0000 Subject: [PATCH] security/gnutls: revert r431494 per FreeBSD 11.0 EOL PR: 216045 Approved by: portmgr blanket --- security/gnutls/Makefile | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 3318f6557e1f..405b8b35bea9 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= libgmp.so:math/gmp \ BUILD_DEPENDS+= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss RUN_DEPENDS+= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss -USES= compiler cpe gmake iconv libtool localbase makeinfo \ +USES= cpe gmake iconv libtool localbase makeinfo \ pathfix pkgconfig tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes @@ -60,15 +60,6 @@ ZLIB_CONFIGURE_WITH= zlib INFO= gnutls gnutls-guile -.include - -# XXX CHOSEN_COMPILER_VERSION isn't supported, so check CC hasn't changed -.if ${ARCH} == aarch64 && ${CC} == cc && \ - ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} < 40 -BUILD_DEPENDS+= as:devel/binutils -CFLAGS+= -no-integrated-as -.endif - post-patch: @${RM} ${WRKSRC}/doc/*.info* @@ -76,4 +67,4 @@ post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/doc/examples/*.[ch] ${STAGEDIR}${EXAMPLESDIR} -.include +.include