summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2016-05-15 07:39:12 +0000
committerryoon <ryoon@pkgsrc.org>2016-05-15 07:39:12 +0000
commit54dee09e1f4c49f300b55e7ff50e960d4849d8b2 (patch)
tree83b019e90c3b751286a589373274bc63b41890ed /security
parent1c8d6ad3ac3eda33c94860e2215400c1dc55ca23 (diff)
downloadpkgsrc-54dee09e1f4c49f300b55e7ff50e960d4849d8b2.tar.gz
Fix netbsd-6 build
Patch from nonaka@, thank you.
Diffstat (limited to 'security')
-rw-r--r--security/libgcrypt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile
index 2e23da4e861..64f8e57af3b 100644
--- a/security/libgcrypt/Makefile
+++ b/security/libgcrypt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2016/05/14 23:16:43 ryoon Exp $
+# $NetBSD: Makefile,v 1.78 2016/05/15 07:39:12 ryoon Exp $
DISTNAME= libgcrypt-1.7.0
CATEGORIES= security
@@ -20,6 +20,7 @@ TEXINFO_REQD= 4.0
INFO_FILES= yes # PLIST
.include "../../mk/bsd.prefs.mk"
+.include "../../mk/compiler.mk"
.if empty(MACHINE_PLATFORM:MNetBSD-*-i386) && \
empty(MACHINE_PLATFORM:MNetBSD-*-alpha) && \