summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorsevan <sevan@pkgsrc.org>2015-06-27 18:46:35 +0000
committersevan <sevan@pkgsrc.org>2015-06-27 18:46:35 +0000
commit993018d1be0762443600ea315dff305073fa64d4 (patch)
tree8da219735d66bd3e3dd5b42eb9fec5c3a8d5ed33 /x11
parenta81b715115a37f737e2bded87175df26ee178b89 (diff)
downloadpkgsrc-993018d1be0762443600ea315dff305073fa64d4.tar.gz
MirBSD also has SHA1Init() in libc.
Pointed out by bsiegert@
Diffstat (limited to 'x11')
-rw-r--r--x11/modular-xorg-server/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/modular-xorg-server/Makefile b/x11/modular-xorg-server/Makefile
index fc5bfc41a17..88ccd5f1d17 100644
--- a/x11/modular-xorg-server/Makefile
+++ b/x11/modular-xorg-server/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.94 2015/06/25 10:20:16 sevan Exp $
+# $NetBSD: Makefile,v 1.95 2015/06/27 18:46:35 sevan Exp $
DISTNAME= xorg-server-1.17.1
PKGNAME= modular-${DISTNAME}
@@ -134,7 +134,7 @@ CONFIGURE_ENV+= ac_cv_path_RAWCPP="${PREFIX}/bin/tradcpp -Uunix"
.include "options.mk"
-.if ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD" || ${OPSYS} == "Bitrig"
+.if ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD" || ${OPSYS} == "Bitrig" || ${OPSYS} == "MirBSD"
CONFIGURE_ARGS+= --with-sha1=libc
.else
.include "../../security/nettle/buildlink3.mk"