Import of pkgsrc-2015Q2

This commit is contained in:
2015-08-30 02:56:09 -07:00
committed by Lionel Sambuc
parent 4af1cdf7a9
commit f641581404
15409 changed files with 267784 additions and 121624 deletions

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.13 2013/11/26 09:22:19 martin Exp $
# $NetBSD: Makefile,v 1.14 2015/04/03 18:34:14 mrg Exp $
DISTNAME= nettle-2.7.1
PKGREVISION= 1
@@ -18,6 +18,10 @@ GNU_CONFIGURE= yes
SET_LIBDIR= yes
CONFIGURE_ARGS+= --disable-openssl --disable-shared
.if (${MACHINE_ARCH} == "earmv4" || ${MACHINE_ARCH} == "armv4")
CONFIGURE_ARGS+= --disable-assembler
.endif
.include "../../mk/bsd.prefs.mk"
.if !empty(USE_CROSS_COMPILE:M[yY][eE][sS])