Date: Sat, 16 Dec 2017 13:51:11 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456468 - head/security/nettle Message-ID: <201712161351.vBGDpB6q010041@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Dec 16 13:51:11 2017 New Revision: 456468 URL: https://svnweb.freebsd.org/changeset/ports/456468 Log: Put the target definition inside the .if to avoid empty target Notified by: mat Modified: head/security/nettle/Makefile Modified: head/security/nettle/Makefile ============================================================================== --- head/security/nettle/Makefile Sat Dec 16 11:57:06 2017 (r456467) +++ head/security/nettle/Makefile Sat Dec 16 13:51:11 2017 (r456468) @@ -36,8 +36,8 @@ PORTEXAMPLES= *.c *.h CONFIGURE_ENV+= CCPIC=-fPIC .endif -post-patch: .if ${ARCH} == "mips64" +post-patch: @${REINPLACE_CMD} -e 's|__sgi|__unix__|' ${WRKSRC}/configure .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712161351.vBGDpB6q010041>